Fix misspellings in python marconiclient

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

Change-Id: I4bbc0ba5be154950a160871ef5675039697f2314
Closes-Bug: #1257295
This commit is contained in:
Shane Wang 2014-02-07 13:39:14 +08:00
parent d49c752e28
commit 3d71a09837
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class AuthBackend(object):
request and prepare it to send the auth information
back to Marconi's instance.
:params api_version: Marconi's API verison.
:params api_version: Marconi's API version.
:params request: Request Spec instance
that can be manipulated by the backend
if the authentication succeeds.