summaryrefslogtreecommitdiff
path: root/doc/source/developing.rst
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/developing.rst
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/developing.rst')
-rw-r--r--doc/source/developing.rst4
1 files changed, 2 insertions, 2 deletions
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