Browse code

Fix four typos on devstack documentation

behaviour => behavior
mechansim => mechanism
glustfs => glusterfs
pluggin => plugin

Change-Id: I3de6740e5d4b2b55009614007767458124036b75
Closes-Bug: #1478538

Atsushi SAKAI authored on 2015/07/27 20:42:44
Showing 2 changed files
... ...
@@ -355,7 +355,7 @@ your change
355 355
 
356 356
 * **Should this be upstream** -- DevStack generally does not override
357 357
   default choices provided by projects and attempts to not
358
-  unexpectedly modify behaviour.
358
+  unexpectedly modify behavior.
359 359
 
360 360
 * **Context in commit messages** -- DevStack touches many different
361 361
   areas and reviewers need context around changes to make good
... ...
@@ -15,7 +15,7 @@ evolves.
15 15
 Plugin Interface
16 16
 ================
17 17
 
18
-DevStack supports a standard mechansim for including plugins from
18
+DevStack supports a standard mechanism for including plugins from
19 19
 external repositories. The plugin interface assumes the following:
20 20
 
21 21
 An external git repository that includes a ``devstack/`` top level
... ...
@@ -49,7 +49,7 @@ They are added in the following format::
49 49
   [[local|localrc]]
50 50
   enable_plugin <NAME> <GITURL> [GITREF]
51 51
 
52
-- ``name`` - an arbitrary name. (ex: glustfs, docker, zaqar, congress)
52
+- ``name`` - an arbitrary name. (ex: glusterfs, docker, zaqar, congress)
53 53
 - ``giturl`` - a valid git url that can be cloned
54 54
 - ``gitref`` - an optional git ref (branch / ref / tag) that will be
55 55
   cloned. Defaults to master.
... ...
@@ -209,7 +209,7 @@ enough to be an issue).
209 209
 
210 210
 Ideally a plugin will be included within the ``devstack`` directory of
211 211
 the project they are being tested. For example, the stackforge/ec2-api
212
-project has its pluggin support in its own tree.
212
+project has its plugin support in its own tree.
213 213
 
214 214
 However, some times a DevStack plugin might be used solely to
215 215
 configure a backend service that will be used by the rest of