From 68d31b83af88aca44d02046aa4c53284c056b3b2 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Wed, 13 Jul 2016 01:48:33 +0000 Subject: [PATCH] Fix typo in tempest/run help document. Change-Id: I2a552b936d60d9386b655585cada4e39f364343b --- tempest/cmd/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tempest/cmd/run.py b/tempest/cmd/run.py index 2eb122ea0a..d46afc920d 100644 --- a/tempest/cmd/run.py +++ b/tempest/cmd/run.py @@ -25,7 +25,7 @@ Tempest run has several options: There are also the **--blacklist_file** and **--whitelist_file** options that let you pass a filepath to tempest run with the file format being a line -seperated regex, with '#' used to signify the start of a comment on a line. +separated regex, with '#' used to signify the start of a comment on a line. For example:: # Regex file @@ -195,7 +195,7 @@ class TempestRun(command.Command): list_selector = parser.add_mutually_exclusive_group() list_selector.add_argument('--whitelist_file', help="Path to a whitelist file, this file " - "contains a seperate regex on each " + "contains a separate regex on each " "newline.") list_selector.add_argument('--blacklist_file', help='Path to a blacklist file, this file '