summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-10 00:53:34 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-10 00:53:34 -0500
commit8ec53967c13894ba7a550550c57f1f5d575f0d69 (patch)
tree5d205eeaf4cd4bb057346c21c5255a610896a83e
parent92a6f2e5e88b513ceaa1b9083ddbf6e928122893 (diff)
typo
-rw-r--r--IkiWiki/Plugin/httpauth.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/httpauth.pm b/IkiWiki/Plugin/httpauth.pm
index bbfff859a..127c321f0 100644
--- a/IkiWiki/Plugin/httpauth.pm
+++ b/IkiWiki/Plugin/httpauth.pm
@@ -19,7 +19,7 @@ sub getsetup () {
},
cgiauthurl => {
type => "string",
- example => "ttp://example.com/wiki/auth/ikiwiki.cgi",
+ example => "http://example.com/wiki/auth/ikiwiki.cgi",
description => "url to redirect to when authentication is needed",
safe => 1,
rebuild => 0,