summaryrefslogtreecommitdiff
path: root/doc/source
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 /doc/source
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 'doc/source')
-rw-r--r--doc/source/using-api-v2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/using-api-v2.rst b/doc/source/using-api-v2.rst
index f491daf..2f6b3cf 100644
--- a/doc/source/using-api-v2.rst
+++ b/doc/source/using-api-v2.rst
@@ -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``