From: Joey Hess Date: Tue, 10 Nov 2009 05:53:34 +0000 (-0500) Subject: typo X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/8ec53967c13894ba7a550550c57f1f5d575f0d69?ds=sidebyside typo --- 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,