Skip to content

Commit 1b05a6d

Browse files
committed
fix some spelling mistakes in doc/
I check all the files under doc/ directory and find three spelling mistakes - exeuction should be execution - Fefora should be Fedora - opentackclient should be openstackclient Change-Id: If9e5d07b6558871bb3f8d55b52bf8f1d9db0897e
1 parent 4ce7dd5 commit 1b05a6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ list check out :doc:`plugin-commands`.
191191
* ``stack resource``: (**Orchestration (Heat)**)
192192
* ``stack snapshot``: (**Orchestration (Heat)**)
193193
* ``stack template``: (**Orchestration (Heat)**)
194-
* ``task exeuction``: (**Workflow Engine (Mistral)**)
194+
* ``task execution``: (**Workflow Engine (Mistral)**)
195195
* ``tld``: (**DNS (Designate)**)
196196
* ``workbook``: (**Workflow Engine (Mistral)**)
197197
* ``workflow``: (**Workflow Engine (Mistral)**)

doc/source/developing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install the prerequisites for Tox:
3030
You may need to use pip install for some packages.
3131

3232

33-
* On RHEL or CentOS including Fefora:
33+
* On RHEL or CentOS including Fedora:
3434

3535
.. code-block:: bash
3636
@@ -103,7 +103,7 @@ only want to run the test that hits your breakpoint:
103103

104104
.. code-block:: bash
105105
106-
$ tox -e debug opentackclient.tests.identity.v3.test_group
106+
$ tox -e debug openstackclient.tests.identity.v3.test_group
107107
108108
For reference, the `debug`_ ``tox`` environment implements the instructions
109109

0 commit comments

Comments
 (0)