Spelling error "paramenter"

replace "paramenter" with "parameter"

Change-Id: Id7ef609c01ca7517c09553e082edee522e05bea2
Closes-Bug: #1683272
This commit is contained in:
fpxie 2017-04-17 16:40:50 +08:00
parent ae637e70a7
commit c16e020bf7
2 changed files with 2 additions and 2 deletions

View File

@ -735,7 +735,7 @@ class OSAPIFixture(fixtures.Fixture):
"""Create an OS API server as a fixture.
This spawns an OS API server as a fixture in a new greenthread in
the current test. The fixture has a .api paramenter with is a
the current test. The fixture has a .api parameter with is a
simple rest client that can communicate with it.
This fixture is extremely useful for testing REST responses

View File

@ -631,7 +631,7 @@ class Guest(object):
else:
if params:
if migrate_uri:
# In migrateToURI3 this paramenter is searched in
# In migrateToURI3 this parameter is searched in
# the `params` dict
params['migrate_uri'] = migrate_uri
self._domain.migrateToURI3(