diff options
-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, |