From 209fbdf44cb60e60248cc4a70d221d55bd123c85 Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Fri, 2 Jun 2017 12:46:08 +0530 Subject: [PATCH] Fix spelling mistake in osc client Change-Id: Icf26304c145f414ac34c86eb0fb80c26d78c6a2c --- zunclient/osc/v1/containers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zunclient/osc/v1/containers.py b/zunclient/osc/v1/containers.py index 6d637177..4c90caf1 100644 --- a/zunclient/osc/v1/containers.py +++ b/zunclient/osc/v1/containers.py @@ -87,7 +87,7 @@ class CreateContainer(command.ShowOne): 'It can have following values: ' '"ifnotpresent": only pull the image if it does not ' 'already exist on the node. ' - '"always": Always pull the image from repositery.' + '"always": Always pull the image from repository.' '"never": never pull the image') parser.add_argument( '--restart', @@ -551,7 +551,7 @@ class RunContainer(command.ShowOne): 'It can have following values: ' '"ifnotpresent": only pull the image if it does not ' 'already exist on the node. ' - '"always": Always pull the image from repositery.' + '"always": Always pull the image from repository.' '"never": never pull the image') parser.add_argument( '--restart', @@ -730,7 +730,7 @@ class AttachContainer(command.Command): parser.add_argument( 'container', metavar='', - help='ID or name of the container to be attahed to.') + help='ID or name of the container to be attached to.') return parser def take_action(self, parsed_args):