From a3d120e5c14a084b5c793f486dbc5ae12a3775f6 Mon Sep 17 00:00:00 2001 From: Guoqiang Ding Date: Mon, 25 Dec 2017 13:44:25 +0800 Subject: [PATCH] Fix the misspelling of "configuration" and "scenario" Change-Id: I1320f0ff9ee9584059e27b5167c3b92a9295f205 --- doc/source/plugins/implementation/hook_and_trigger_plugins.rst | 2 +- doc/specs/in-progress/refactor_scenario_utils.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/plugins/implementation/hook_and_trigger_plugins.rst b/doc/source/plugins/implementation/hook_and_trigger_plugins.rst index 1a1a0a50..713bab9c 100644 --- a/doc/source/plugins/implementation/hook_and_trigger_plugins.rst +++ b/doc/source/plugins/implementation/hook_and_trigger_plugins.rst @@ -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 diff --git a/doc/specs/in-progress/refactor_scenario_utils.rst b/doc/specs/in-progress/refactor_scenario_utils.rst index 43519cd8..bcace833 100644 --- a/doc/specs/in-progress/refactor_scenario_utils.rst +++ b/doc/specs/in-progress/refactor_scenario_utils.rst @@ -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) -----------