diff options
| -rw-r--r-- | keystone/middleware/auth_token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/middleware/auth_token.py b/keystone/middleware/auth_token.py index 1fe701e5..1cc45898 100644 --- a/keystone/middleware/auth_token.py +++ b/keystone/middleware/auth_token.py @@ -401,7 +401,7 @@ class AuthProtocol(object): def _reject_request(self, env, start_response): """Redirect client to auth server""" - logger.debug("Rejecting request - authoentication required") + logger.debug("Rejecting request - authentication required") return HTTPUnauthorized("Authentication required", [("WWW-Authenticate", "Keystone uri='%s'" % self.auth_location)])(env, |
