diff --git a/login.php b/login.php index 1bdb76e..c4bd8ca 100644 --- a/login.php +++ b/login.php @@ -14,7 +14,7 @@ goback("Wrong username or password"); $realpassword = $r->hget("user:$userid","password"); if ($realpassword != $password) - goback("Wrong useranme or password"); + goback("Wrong username or password"); # Username / password OK, set the cookie and redirect to index.php $authsecret = $r->hget("user:$userid","auth");