From 953bd8cb8992cc286c9b0162acd1146a538c40f7 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 23 Mar 2018 07:41:24 +0800 Subject: [PATCH] fix a typo in documentation Change-Id: Icb6c9808829c6088f6ae2408718bcb03ddc7b53a --- cinderclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinderclient/shell.py b/cinderclient/shell.py index bb1256ec2..184b53a86 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)