Fix typo attepting→attempting

master
Jonas Smedegaard 2009-07-23 00:41:33 +02:00
parent 8229345b11
commit dc9e0f3e32
1 changed files with 1 additions and 1 deletions

View 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?"));