NIT: Fix spelling

This patch fixes wrong spelling in auth.py.

Change-Id: I98fa9c88aa0d126718fdba952fbe22a4fe62f6b5
This commit is contained in:
Vishakha Agarwal 2020-03-06 12:52:15 +05:30
parent 8533b7dbd7
commit ba2e4b83e8

View File

@ -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':