Fix misspellings in python swiftclient

Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: I2fb042b3d9eb59cd404c52c775e5cc870e6157e1
Closes-Bug: #1257295
This commit is contained in:
Shane Wang 2014-02-07 13:47:00 +08:00
parent d387c61daa
commit 0d3f4a0aa2
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ st_capabilities_help = '''
Retrieve capability of the proxy
Optional positional arguments:
<proxy_url> proxy URL of the cluster to retreive capabilities
<proxy_url> proxy URL of the cluster to retrieve capabilities
'''