summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjqjiang.1@gmail.com <jqjiang.1@gmail.com>2016-07-06 16:09:21 +0800
committerjqjiang.1@gmail.com <jqjiang.1@gmail.com>2016-07-06 16:09:21 +0800
commit1b05a6dff9faaabac030794423d781b647818f0a (patch)
tree9b1f98daeacb90c3b43e3db62cdb7ae4c0a86775 /doc/source
parent4ce7dd53e8bbd70a97a667c7b39078d73495ec1f (diff)
downloadpython-openstackclient-1b05a6dff9faaabac030794423d781b647818f0a.tar.gz
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
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/commands.rst2
-rw-r--r--doc/source/developing.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 9d8ad6fd..f79ca173 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 399e4a5a..95a04073 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