Browse code

Fix typos in the configuration documentation

Change-Id: I0089c195f4cda313c3b68a7c5c215b9dbff94db2

Juan Antonio Osorio Robles authored on 2014/11/28 20:12:14
Showing 1 changed files
... ...
@@ -92,7 +92,7 @@ added:
92 92
     [[post-config|/$Q_PLUGIN_CONF_FILE]]
93 93
 
94 94
 Also note that the ``localrc`` section is sourced as a shell script
95
-fragment amd MUST conform to the shell requirements, specifically no
95
+fragment and MUST conform to the shell requirements, specifically no
96 96
 whitespace around ``=`` (equals).
97 97
 
98 98
 Minimal Configuration
... ...
@@ -131,7 +131,7 @@ used for both the local networking and Nova's fixed and floating ranges.
131 131
 
132 132
 ``HOST_IP`` is normally detected on the first run of ``stack.sh`` but
133 133
 often is indeterminate on later runs due to the IP being moved from an
134
-Ethernet integace to a bridge on the host. Setting it here also makes it
134
+Ethernet interface to a bridge on the host. Setting it here also makes it
135 135
 available for ``openrc`` to set ``OS_AUTH_URL``. ``HOST_IP`` is not set
136 136
 by default.
137 137
 
... ...
@@ -208,7 +208,7 @@ Logging the Screen Output
208 208
        which is useful for watching log and debug output. However, in
209 209
        automated testing the interactive ``screen`` sessions may not be
210 210
        available after the fact; setting ``SCREEN_LOGDIR`` enables logging
211
-       of the ``screen`` sessions in the specified diretory. There will be
211
+       of the ``screen`` sessions in the specified directory. There will be
212 212
        one file per ``screen`` session named for the session name and a
213 213
        timestamp.
214 214
     |