Browse code

Merge "Fix typo errors in devstack documentation"

Jenkins authored on 2014/12/21 02:19:38
Showing 5 changed files
... ...
@@ -5,7 +5,7 @@ Contributing
5 5
 DevStack uses the standard OpenStack contribution process as outlined in
6 6
 `the OpenStack wiki 'How To
7 7
 Contribute' <https://wiki.openstack.org/wiki/How_To_Contribute>`__. This
8
-means that you will need to meet the requirements of the Contribututors
8
+means that you will need to meet the requirements of the Contributors
9 9
 License Agreement (CLA). If you have already done that for another
10 10
 OpenStack project you are good to go.
11 11
 
... ...
@@ -3,7 +3,7 @@ exerciserc - Exercise Settings
3 3
 ==============================
4 4
 
5 5
 ``exerciserc`` is used to configure settings for the exercise scripts.
6
-The values shown below are the default values. Thse can all be
6
+The values shown below are the default values. These can all be
7 7
 overridden by setting them in the ``localrc`` section.
8 8
 
9 9
 ACTIVE\_TIMEOUT
... ...
@@ -123,7 +123,7 @@ Q: Why not use [STRIKEOUT:``tools/pip-requires``]\ ``requirements.txt`` to grab
123 123
     [STRIKEOUT:The majority of deployments will use packages to install
124 124
     OpenStack that will have distro-based packages as dependencies.
125 125
     DevStack installs as many of these Python packages as possible to
126
-    mimic the expected production environemnt.] Certain Linux
126
+    mimic the expected production environment.] Certain Linux
127 127
     distributions have a 'lack of workaround' in their Python
128 128
     configurations that installs vendor packaged Python modules and
129 129
     pip-installed modules to the SAME DIRECTORY TREE. This is causing
... ...
@@ -2,7 +2,7 @@
2 2
 local.conf - User Settings
3 3
 ==========================
4 4
 
5
-``local.conf`` is a user-maintained setings file that is sourced in
5
+``local.conf`` is a user-maintained settings file that is sourced in
6 6
 ``stackrc``. It contains a section that replaces the historical
7 7
 ``localrc`` file. See the description of
8 8
 :doc:`local.conf <configuration>` for more details about the mechanics
... ...
@@ -4,7 +4,7 @@ openrc - User Authentication Settings
4 4
 
5 5
 ``openrc`` configures login credentials suitable for use with the
6 6
 OpenStack command-line tools. ``openrc`` sources ``stackrc`` at the
7
-beginning (which in turn sources the ``localrc`` setion of
7
+beginning (which in turn sources the ``localrc`` section of
8 8
 ``local.conf``) in order to pick up ``HOST_IP`` and/or ``SERVICE_HOST``
9 9
 to use in the endpoints. The values shown below are the default values.
10 10