Merge "Fix some spelling typo in manual and help output"

This commit is contained in:
Jenkins 2015-10-09 11:10:08 +00:00 committed by Gerrit Code Review
commit 071212b241
3 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ set these environment variables::
export OS_AUTH_PLUGIN=token
export OS_AUTH_TOKEN=3bcc3d3a03f44e3d8377f9247b0ad155
Also, if the server doesn't support authentification, you can provide
Also, if the server doesn't support authentication, you can provide
:option:`--os-auth-plugon` gnocchi-noauth, :option:`--gnocchi-endpoint`, :option:`--user-id`
and :option:`--project-id`. You can alternatively set these environment variables::

View File

@ -24,7 +24,7 @@ from tempest_lib import exceptions
class GnocchiClient(object):
"""Gnocchi Client for tempest-lib
This client doesn't use any authentification system
This client doesn't use any authentication system
"""
def __init__(self):

View File

@ -72,9 +72,9 @@ class CliArchivePolicyCreate(show.ShowOne):
parser.add_argument("-d", "--definition", action='append',
required=True, type=archive_policy_definition,
metavar="<DEFINITION>",
help=("two attributes (separated by ',') of a "
"archive policy defintion with its name and "
"value separated with a ':'"))
help=("two attributes (separated by ',') of an "
"archive policy definition with its name "
"and value separated with a ':'"))
return parser
def take_action(self, parsed_args):