From e7d7ea4da226b76ffe979d3b9ecba6cededf8e89 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Tue, 8 Nov 2016 06:23:23 +0000 Subject: [PATCH] Fix typo in httpclient.py TrivialFix Change-Id: I248e0548fc0242d9f164df901be3c87ae3a75413 --- keystoneclient/httpclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystoneclient/httpclient.py b/keystoneclient/httpclient.py index e7c2f2444..9d54769fe 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.