Fix typo attepting→attempting
parent
8229345b11
commit
dc9e0f3e32
|
@ -143,7 +143,7 @@ sub cgi_postsignin ($$) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if ($config{sslcookie} && ! $q->https()) {
|
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 {
|
else {
|
||||||
error(gettext("login failed, perhaps you need to turn on cookies?"));
|
error(gettext("login failed, perhaps you need to turn on cookies?"));
|
||||||
|
|
Loading…
Reference in New Issue