diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-10 00:53:34 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-10 00:53:34 -0500 |
commit | 8ec53967c13894ba7a550550c57f1f5d575f0d69 (patch) | |
tree | 5d205eeaf4cd4bb057346c21c5255a610896a83e | |
parent | 92a6f2e5e88b513ceaa1b9083ddbf6e928122893 (diff) |
typo
-rw-r--r-- | IkiWiki/Plugin/httpauth.pm | 2 |
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, |