summaryrefslogtreecommitdiffstats
path: root/keystone/auth/controllers.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/auth/controllers.py')
-rw-r--r--keystone/auth/controllers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/auth/controllers.py b/keystone/auth/controllers.py
index d1bd764f..d216c24e 100644
--- a/keystone/auth/controllers.py
+++ b/keystone/auth/controllers.py
@@ -328,7 +328,7 @@ class Auth(controller.V3Controller):
def authenticate(self, context, auth_info, auth_context):
"""Authenticate user."""
- # user have been authenticated externally
+ # user has been authenticated externally
if 'REMOTE_USER' in context:
external = get_auth_method('external')
external.authenticate(context, auth_info, auth_context)