From 39dad316794fd09da64c9302e53293cdc92f8f7d Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 3 Oct 2016 13:25:19 +0700 Subject: [PATCH] Fix typo: remove redundant 'the' Change-Id: I87d99a1578c09cbbdd5359ebe308c31654a6c761 --- tripleoclient/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleoclient/utils.py b/tripleoclient/utils.py index c041c6554..a06160fe1 100644 --- a/tripleoclient/utils.py +++ b/tripleoclient/utils.py @@ -800,7 +800,7 @@ def add_deployment_plan_arguments(parser): help=_('New number of ceph storage nodes. ' '(DEPRECATED. Use an environment file and set ' 'the parameter CephStorageCount. It will be ' - 'removed after the the "P" release.)')) + 'removed after the "P" release.)')) parser.add_argument('--block-storage-scale', type=int, help=_('New number of cinder storage nodes. ' '(DEPRECATED. Use an environment file and set '