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
This commit is contained in:
Eric Guo
2014-01-23 16:30:19 +08:00
parent 290a3be313
commit ee3c9c4673
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ You create a valid ``keystoneclient.v2_0.client.Client`` object by passing
authentication data to the constructor. Authentication and examples of common
tasks are provided below.
You can generally expect that when the client needs to propogate an exception
You can generally expect that when the client needs to propagate an exception
it will raise an instance of subclass of
``keystoneclient.exceptions.ClientException``

View File

@@ -1063,7 +1063,7 @@ class AuthProtocol(object):
cache_key = CACHE_KEY_TEMPLATE % memcache_crypt.get_cache_key(keys)
data_to_store = memcache_crypt.protect_data(keys, serialized_data)
# Historically the swift cache conection used the argument
# Historically the swift cache connection used the argument
# timeout= for the cache timeout, but this has been unified
# with the official python memcache client with time= since
# grizzly, we still need to handle folsom for a while until

View File

@@ -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