Spell mistakes have been corrected

assosiated --> associated
messge     --> message

Change-Id: Ie8681ce289120aef76f5d18ef92e7955b0e976b1
Closes-Bug: #1487519
This commit is contained in:
venkatamahesh 2015-08-22 05:04:31 +05:30 committed by Boris Pavlovic
parent 40b231c6de
commit a79f8d06bf
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -166,7 +166,7 @@ class InfoCommands(object):
"tasks by the 'rally task start <config_file>' 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"