Fix typo in access.py

TrivalFix

Change-Id: I44250004eb56b579c227874e4b08e358e8dd8712
This commit is contained in:
zhangyanxian
2016-11-16 10:12:56 +00:00
parent 9d51fe3009
commit 1572eb2862

View File

@@ -599,7 +599,7 @@ class AccessInfoV2(AccessInfo):
try:
return self['user']['tenantId']
except KeyError: # nosec(cjschaef): no 'user' key or 'tenantId' in
# 'user', attempt to retrive from 'token' or return None
# 'user', attempt to retrieve from 'token' or return None
pass
# pre diablo