From 9aa761f8b7a5edeb435bb9402ba7e779822d78f0 Mon Sep 17 00:00:00 2001 From: JuPing Date: Tue, 29 Sep 2015 22:05:49 +0800 Subject: [PATCH] Fix the bug of incorrect spelling The word "mutiple" should be spelled as "multiple", so it is changed. Change-Id: Ie1ac8198197d86918eab551ef958ba4c3e64cae3 --- ironicclient/v1/node_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironicclient/v1/node_shell.py b/ironicclient/v1/node_shell.py index 6d54113e8..434dae819 100644 --- a/ironicclient/v1/node_shell.py +++ b/ironicclient/v1/node_shell.py @@ -257,7 +257,7 @@ def do_node_update(cc, args): action='append', default=[], help=("Argument to be passed to the vendor-passthru method. Can " - "be specified mutiple times.")) + "be specified multiple times.")) @cliutils.arg('--http-method', metavar='', choices=['POST', 'PUT', 'GET', 'DELETE', 'PATCH'],