summaryrefslogtreecommitdiff
path: root/keystoneclient/v3
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/v3
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/v3')
-rw-r--r--keystoneclient/v3/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/v3/auth.py b/keystoneclient/v3/auth.py
index 0009a3a..6b8d6e9 100644
--- a/keystoneclient/v3/auth.py
+++ b/keystoneclient/v3/auth.py
@@ -25,7 +25,7 @@ Project = projects.Project
class AuthManager(base.Manager):
"""Retrieve auth context specific information.
- The information returned by the auth routes is entirely dependant on the
+ The information returned by the auth routes is entirely dependent on the
authentication information provided by the user.
"""