projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8229345
)
Fix typo attepting→attempting
author
Jonas Smedegaard
<dr@jones.dk>
Wed, 22 Jul 2009 22:41:33 +0000
(
00:41
+0200)
committer
Jonas Smedegaard
<dr@jones.dk>
Wed, 22 Jul 2009 22:41:33 +0000
(
00:41
+0200)
IkiWiki/CGI.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/CGI.pm
b/IkiWiki/CGI.pm
index 04f24b04f986c2618b0cbf619e09ba7dfbff58ee..af58d7cb56893a831d5ae798d5c5f16fc96b23fd 100644
(file)
--- a/
IkiWiki/CGI.pm
+++ b/
IkiWiki/CGI.pm
@@
-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 atte
m
pting to login via http, not https"));
}
else {
error(gettext("login failed, perhaps you need to turn on cookies?"));