[Xfce4-commits] <archive:master> Fix typo.
Nick Schermer
noreply at xfce.org
Sun Jan 15 11:36:01 CET 2012
Updating branch refs/heads/master
to 2f39c0490791345ae44bd80c9650dd7bd6f1be2c (commit)
from 4e76d31a3022aa71af301b5e3e7f77d0457b038d (commit)
commit 2f39c0490791345ae44bd80c9650dd7bd6f1be2c
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 15 11:35:01 2012 +0100
Fix typo.
fancyindex/main.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fancyindex/main.rb b/fancyindex/main.rb
index 1160b1f..47535eb 100644
--- a/fancyindex/main.rb
+++ b/fancyindex/main.rb
@@ -40,7 +40,7 @@ module Fancyindex
@archive = Archive.new(path, requesturi, col, order == 'D')
@title = "Index of #{@archive.href if @archive}"
- @notice = 'Invidivial, and often more up-to-date, releases of the Xfce core packages can be found in <a href="/src/xfce">/src/xfce</a>!' if requesturi.match(/^xfce/)
+ @notice = 'Individual, and often more up-to-date, releases of the Xfce core packages can be found in <a href="/src/xfce">/src/xfce</a>!' if requesturi.match(/^xfce/)
haml :index, :ugly => true
end
More information about the Xfce4-commits
mailing list