diff --git a/web/root/login.ssjs b/web/root/login.ssjs index e48ea823f5898759ec0fe13eab4421321d421d07..79fcc9f8db0bac90fdb21f982d43ed67c87bfc87 100644 --- a/web/root/login.ssjs +++ b/web/root/login.ssjs @@ -1,5 +1,5 @@ if(user.number==0) { - http_reply.status='401 Premission Denied'; + http_reply.status='401 Permission Denied'; http_reply.header["WWW-Authenticate"]='Basic realm="'+system.name+'"'; } writeln('<html>');