summaryrefslogtreecommitdiff
path: root/keystone
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2020-03-06 12:52:15 +0530
committerVishakha Agarwal <agarwalvishakha18@gmail.com>2020-03-06 12:52:15 +0530
commitba2e4b83e88d5c1576e9d2cd6a760367deef3a62 (patch)
tree93275a6ab6183bd28b7bdc25de1006f371ff9f25 /keystone
parent8533b7dbd762cfb7c075e13cb16cccb0fe951bab (diff)
downloadkeystone-ba2e4b83e88d5c1576e9d2cd6a760367deef3a62.tar.gz
NIT: Fix spelling
This patch fixes wrong spelling in auth.py. Change-Id: I98fa9c88aa0d126718fdba952fbe22a4fe62f6b5
Diffstat (limited to 'keystone')
-rw-r--r--keystone/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/api/auth.py b/keystone/api/auth.py
index ef93eb492..b4b830048 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':