Merge "Spell mistakes have been corrected"

This commit is contained in:
Jenkins 2015-08-22 02:43:44 +00:00 committed by Gerrit Code Review
commit e63907af1d
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"