diff options
author | Shane Wang <shane.wang@intel.com> | 2014-02-07 13:47:00 +0800 |
---|---|---|
committer | Shane Wang <shane.wang@intel.com> | 2014-02-07 13:58:17 +0800 |
commit | 0d3f4a0aa2ec1a91c68b2b9056a371b1c1a4eb55 (patch) | |
tree | 41e8ec4585c4e3b832723d8644cfdc6a7ed7bed3 /bin/swift | |
parent | d387c61daa9fa57607223e598d52edfd5d64ffa3 (diff) | |
download | python-swiftclient-0d3f4a0aa2ec1a91c68b2b9056a371b1c1a4eb55.tar.gz |
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
Diffstat (limited to 'bin/swift')
-rwxr-xr-x | bin/swift | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ''' |