summaryrefslogtreecommitdiff
path: root/keystoneclient/auth
diff options
context:
space:
mode:
authorzhangyanxian <zhangyanxianmail@163.com>2016-11-17 11:06:54 +0000
committerzhangyanxian <zhangyanxianmail@163.com>2016-11-17 11:09:10 +0000
commit982274c25dda0b58fb7ae5a15b1ceb3b70b305d3 (patch)
tree9c37f800dc02670a1196a5fb93cf2cc39f50ddd1 /keystoneclient/auth
parent5487ad093668bedc46e05b597ea0fa8b56a8a34c (diff)
downloadpython-keystoneclient-982274c25dda0b58fb7ae5a15b1ceb3b70b305d3.tar.gz
Fix some spelling mistaks in base.py & auth.py
TrivialFix:"dependant" should be "dependent" Change-Id: I276876e5909ac5958c9e0e911b45e813b8104702
Diffstat (limited to 'keystoneclient/auth')
-rw-r--r--keystoneclient/auth/identity/generic/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/auth/identity/generic/base.py b/keystoneclient/auth/identity/generic/base.py
index eab0402..85207ac 100644
--- a/keystoneclient/auth/identity/generic/base.py
+++ b/keystoneclient/auth/identity/generic/base.py
@@ -44,9 +44,9 @@ def get_options():
@six.add_metaclass(abc.ABCMeta)
class BaseGenericPlugin(base.BaseIdentityPlugin):
- """An identity plugin that is not version dependant.
+ """An identity plugin that is not version dependent.
- Internally we will construct a version dependant plugin with the resolved
+ Internally we will construct a version dependent plugin with the resolved
URL and then proxy all calls from the base plugin to the versioned one.
"""