From 90efd92084ed940f222228b1cab6c86e1a2aea13 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Wed, 17 Oct 2012 17:29:12 +0200 Subject: [PATCH] cli: Fix small typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit s/it/if/ Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Dato SimΓ³ <dato@google.com> Reviewed-by: Helga Velroyen <helgav@google.com> --- lib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli.py b/lib/cli.py index feb0fe41a..a7a474242 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -731,7 +731,7 @@ SYNC_OPT = cli_option("--sync", dest="do_locking", DRY_RUN_OPT = cli_option("--dry-run", default=False, action="store_true", help=("Do not execute the operation, just run the" - " check steps and verify it it could be" + " check steps and verify if it could be" " executed")) VERBOSE_OPT = cli_option("-v", "--verbose", default=False, -- GitLab