Fix typo attepting→attempting
authorJonas Smedegaard <dr@jones.dk>
Wed, 22 Jul 2009 22:41:33 +0000 (00:41 +0200)
committerJonas Smedegaard <dr@jones.dk>
Wed, 22 Jul 2009 22:41:33 +0000 (00:41 +0200)
IkiWiki/CGI.pm

index 04f24b04f986c2618b0cbf619e09ba7dfbff58ee..af58d7cb56893a831d5ae798d5c5f16fc96b23fd 100644 (file)
@@ -143,7 +143,7 @@ sub cgi_postsignin ($$) {
        }
        else {
                if ($config{sslcookie} && ! $q->https()) {
-                       error(gettext("probable misconfiguration: sslcookie is set, but you are attepting to login via http, not https"));
+                       error(gettext("probable misconfiguration: sslcookie is set, but you are attempting to login via http, not https"));
                }
                else {
                        error(gettext("login failed, perhaps you need to turn on cookies?"));