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 52aad67282
commit a9a92c2355

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