diff --git a/keystone/api/auth.py b/keystone/api/auth.py index ef93eb4926..b4b8300480 100644 --- a/keystone/api/auth.py +++ b/keystone/api/auth.py @@ -276,7 +276,7 @@ class AuthTokenResource(_AuthFederationWebSSOBase): """ # TODO(morgan): eliminate the check_token action only use validate # NOTE(morgan): Well lookie here, we have different enforcements - # for no good reason (historical), because the methods previouslly + # for no good reason (historical), because the methods previously # had to be named different names. Check which method and do the # correct enforcement. if flask.request.method == 'HEAD':