Fix some typos in action.py & action_plan.py & audit.py
Change-Id: I64909a6319a709dd8cb6a0e6b28bca714f5b4f6e TrivialFix: "occured" should be "occurred"
This commit is contained in:
parent
3ebe8ab70f
commit
eaaa2b1b69
@ -41,7 +41,7 @@ be one of the following:
|
|||||||
processed by the :ref:`Watcher Applier <watcher_applier_definition>`
|
processed by the :ref:`Watcher Applier <watcher_applier_definition>`
|
||||||
- **SUCCEEDED** : the :ref:`Action <action_definition>` has been executed
|
- **SUCCEEDED** : the :ref:`Action <action_definition>` has been executed
|
||||||
successfully
|
successfully
|
||||||
- **FAILED** : an error occured while trying to execute the
|
- **FAILED** : an error occurred while trying to execute the
|
||||||
:ref:`Action <action_definition>`
|
:ref:`Action <action_definition>`
|
||||||
- **DELETED** : the :ref:`Action <action_definition>` is still stored in the
|
- **DELETED** : the :ref:`Action <action_definition>` is still stored in the
|
||||||
:ref:`Watcher database <watcher_database_definition>` but is not returned
|
:ref:`Watcher database <watcher_database_definition>` but is not returned
|
||||||
|
@ -59,7 +59,7 @@ state may be one of the following:
|
|||||||
- **SUCCEEDED** : the :ref:`Action Plan <action_plan_definition>` has been
|
- **SUCCEEDED** : the :ref:`Action Plan <action_plan_definition>` has been
|
||||||
executed successfully (i.e. all :ref:`Actions <action_definition>` that it
|
executed successfully (i.e. all :ref:`Actions <action_definition>` that it
|
||||||
contains have been executed successfully)
|
contains have been executed successfully)
|
||||||
- **FAILED** : an error occured while executing the
|
- **FAILED** : an error occurred while executing the
|
||||||
:ref:`Action Plan <action_plan_definition>`
|
:ref:`Action Plan <action_plan_definition>`
|
||||||
- **DELETED** : the :ref:`Action Plan <action_plan_definition>` is still
|
- **DELETED** : the :ref:`Action Plan <action_plan_definition>` is still
|
||||||
stored in the :ref:`Watcher database <watcher_database_definition>` but is
|
stored in the :ref:`Watcher database <watcher_database_definition>` but is
|
||||||
|
@ -38,7 +38,7 @@ be one of the following:
|
|||||||
- **SUCCEEDED** : the :ref:`Audit <audit_definition>` has been executed
|
- **SUCCEEDED** : the :ref:`Audit <audit_definition>` has been executed
|
||||||
successfully (note that it may not necessarily produce a
|
successfully (note that it may not necessarily produce a
|
||||||
:ref:`Solution <solution_definition>`).
|
:ref:`Solution <solution_definition>`).
|
||||||
- **FAILED** : an error occured while executing the
|
- **FAILED** : an error occurred while executing the
|
||||||
:ref:`Audit <audit_definition>`
|
:ref:`Audit <audit_definition>`
|
||||||
- **DELETED** : the :ref:`Audit <audit_definition>` is still stored in the
|
- **DELETED** : the :ref:`Audit <audit_definition>` is still stored in the
|
||||||
:ref:`Watcher database <watcher_database_definition>` but is not returned
|
:ref:`Watcher database <watcher_database_definition>` but is not returned
|
||||||
|
Loading…
Reference in New Issue
Block a user