diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 9d8ad6fd26..f79ca173e3 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -191,7 +191,7 @@ list check out :doc:`plugin-commands`. * ``stack resource``: (**Orchestration (Heat)**) * ``stack snapshot``: (**Orchestration (Heat)**) * ``stack template``: (**Orchestration (Heat)**) -* ``task exeuction``: (**Workflow Engine (Mistral)**) +* ``task execution``: (**Workflow Engine (Mistral)**) * ``tld``: (**DNS (Designate)**) * ``workbook``: (**Workflow Engine (Mistral)**) * ``workflow``: (**Workflow Engine (Mistral)**) diff --git a/doc/source/developing.rst b/doc/source/developing.rst index 399e4a5a43..95a04073fa 100644 --- a/doc/source/developing.rst +++ b/doc/source/developing.rst @@ -30,7 +30,7 @@ Install the prerequisites for Tox: You may need to use pip install for some packages. -* On RHEL or CentOS including Fefora: +* On RHEL or CentOS including Fedora: .. code-block:: bash @@ -103,7 +103,7 @@ only want to run the test that hits your breakpoint: .. code-block:: bash - $ tox -e debug opentackclient.tests.identity.v3.test_group + $ tox -e debug openstackclient.tests.identity.v3.test_group For reference, the `debug`_ ``tox`` environment implements the instructions