summaryrefslogtreecommitdiff
path: root/cinderclient
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-02 16:24:49 +0000
committerGerrit Code Review <review@openstack.org>2018-04-02 16:24:49 +0000
commitbd712fa0cac8ce4cdcd435fb083160be15efb694 (patch)
tree94bd2db8f258644bbce1f940490a98e93686b665 /cinderclient
parentcba7305ac3182043c4f7a15c05c6ba9103b52859 (diff)
parent953bd8cb8992cc286c9b0162acd1146a538c40f7 (diff)
downloadpython-cinderclient-bd712fa0cac8ce4cdcd435fb083160be15efb694.tar.gz
Merge "fix a typo in documentation"
Diffstat (limited to 'cinderclient')
-rw-r--r--cinderclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/shell.py b/cinderclient/shell.py
index bb1256e..184b53a 100644
--- a/cinderclient/shell.py
+++ b/cinderclient/shell.py
@@ -245,7 +245,7 @@ class OpenStackCinderShell(object):
default_auth_plugin = 'password'
# Passing [] to loading.register_auth_argparse_arguments to avoid
- # the auth_type being overriden by the command line.
+ # the auth_type being overridden by the command line.
loading.register_auth_argparse_arguments(
parser, [], default=default_auth_plugin)