summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)