Fix the misspelling of "configuration" and "scenario"

Change-Id: I1320f0ff9ee9584059e27b5167c3b92a9295f205
This commit is contained in:
Guoqiang Ding 2017-12-25 13:44:25 +08:00
parent 7c830f45f1
commit a3d120e5c1
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ plugin name and arguments for trigger plugin. In this example "event" trigger
is specified and configured to run the hook at 5th, 50th, 200th and 1000th
iterations.
Here is a full task config that contains previous hook configuraiton:
Here is a full task config that contains previous hook configuration:
.. code-block:: json

View File

@ -333,7 +333,7 @@ of scenario.
# NOTE(boris-42): One of the nice thing is that we can move
# initialization of services to __init__ method
# of sceanrio.
# of scenario.
Assignee(s)
-----------