summaryrefslogtreecommitdiff
path: root/keystoneclient/service_catalog.py
diff options
context:
space:
mode:
authorEric Guo <eric.guo@easystack.cn>2014-01-23 16:30:19 +0800
committerEric Guo <eric.guo@easystack.cn>2014-01-23 16:30:19 +0800
commitee3c9c4673eaeb37246efa0dcc9d7a8d3e7f81fb (patch)
tree5de1eb3a8ce8af4f7b034c1e47b5eda1978227af /keystoneclient/service_catalog.py
parent290a3be313189a428a838dfc1a9c405d44c1685e (diff)
downloadpython-keystoneclient-ee3c9c4673eaeb37246efa0dcc9d7a8d3e7f81fb.tar.gz
Fix typos in documents and comments
Fix typos detected by toolkit misspellings. * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ifbbc29537d9d129aad238de6c37718c4fbb8349b
Diffstat (limited to 'keystoneclient/service_catalog.py')
-rw-r--r--keystoneclient/service_catalog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/service_catalog.py b/keystoneclient/service_catalog.py
index 6b89fe4..cd708e5 100644
--- a/keystoneclient/service_catalog.py
+++ b/keystoneclient/service_catalog.py
@@ -201,7 +201,7 @@ class ServiceCatalog(object):
def get_data(self):
"""Get the raw catalog structure.
- Get the version dependant catalog structure as it is presented within
+ Get the version dependent catalog structure as it is presented within
the resource.
:returns: list containing raw catalog data entries or None