TrivialFix: typos in cli.py

Change-Id: I324b621e4d12766ea56120953ce3e83c6d987b51
This commit is contained in:
Kobi Samoray 2016-09-22 09:24:54 +03:00
parent c1680821a8
commit 3cd1db9e9d
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class ApiReplayCli(object):
def _setup_argparse(self):
parser = argparse.ArgumentParser()
# Arguements required to connect to source
# Arguments required to connect to source
# neutron which we will fetch all of the data from.
parser.add_argument(
"--source-os-username",
@ -53,7 +53,7 @@ class ApiReplayCli(object):
required=True,
help="They keystone api endpoint for this user.")
# Arguements required to connect to the dest neutron which
# Arguments required to connect to the dest neutron which
# we will recreate all of these resources over.
parser.add_argument(
"--dest-os-username",