From a79f8d06bf2dcf4c238675fd5ce108c11d1a8ce9 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sat, 22 Aug 2015 05:04:31 +0530 Subject: [PATCH] Spell mistakes have been corrected assosiated --> associated messge --> message Change-Id: Ie8681ce289120aef76f5d18ef92e7955b0e976b1 Closes-Bug: #1487519 --- rally/cli/cliutils.py | 2 +- rally/cli/commands/info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rally/cli/cliutils.py b/rally/cli/cliutils.py index 75e14920a7..1959d80a90 100644 --- a/rally/cli/cliutils.py +++ b/rally/cli/cliutils.py @@ -252,7 +252,7 @@ class CategoryParser(argparse.ArgumentParser): We need this one to override hardcoded behavior. So, we want to print item's help instead of 'error: too few arguments'. - Also, we want not to print positional arguments in help messge. + Also, we want not to print positional arguments in help message. """ def format_help(self): diff --git a/rally/cli/commands/info.py b/rally/cli/commands/info.py index 56c13a139d..8e9fbe72be 100644 --- a/rally/cli/commands/info.py +++ b/rally/cli/commands/info.py @@ -166,7 +166,7 @@ class InfoCommands(object): "tasks by the 'rally task start ' command.\n" "For each SLA check you would like to use, you should put " "its name as a key and the\ntarget check parameter as an " - "assosiated value, e.g.:\n\n" + "associated value, e.g.:\n\n" " sla:\n" " max_seconds_per_iteration: 4\n" " failure_rate:\n"