summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
diff options
context:
space:
mode:
authorzhangyanxian <zhangyanxianmail@163.com>2016-11-08 06:23:23 +0000
committerzhangyanxian <zhangyanxianmail@163.com>2016-11-08 06:25:11 +0000
commite7d7ea4da226b76ffe979d3b9ecba6cededf8e89 (patch)
tree617243af56e356def37ceb681cbb06b2fa2a245e /keystoneclient/httpclient.py
parent7d350846f0ecec997d19b1018e964782d1d54e6c (diff)
downloadpython-keystoneclient-e7d7ea4da226b76ffe979d3b9ecba6cededf8e89.tar.gz
Fix typo in httpclient.py
TrivialFix Change-Id: I248e0548fc0242d9f164df901be3c87ae3a75413
Diffstat (limited to 'keystoneclient/httpclient.py')
-rw-r--r--keystoneclient/httpclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/httpclient.py b/keystoneclient/httpclient.py
index e7c2f24..9d54769 100644
--- a/keystoneclient/httpclient.py
+++ b/keystoneclient/httpclient.py
@@ -131,7 +131,7 @@ class _KeystoneAdapter(adapter.LegacyJsonAdapter):
# return None
pass
- # there is a case that we explicity allow (tested by our unit tests)
+ # there is a case that we explicitly allow (tested by our unit tests)
# that says you should be able to set the user_id on a legacy client
# and it should overwrite the one retrieved via authentication. If it's
# a legacy then self.session.auth is a client and we retrieve user_id.