Skip to content

Commit b427408

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix six typos"
2 parents 9962403 + c97e818 commit b427408

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/source/command-objects/volume-qos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ volume qos disassociate
7474

7575
Disassociate a QoS specification from a volume type
7676

77-
.. program:: volume qos disassoiate
77+
.. program:: volume qos disassociate
7878
.. code:: bash
7979
8080
os volume qos disassociate

doc/source/command-options.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ new command without understanding why or why not that instance is correct.
1717
The :doc:`Human Interface Guide <humaninterfaceguide>`
1818
describes the guildelines for option names and usage. In short:
1919
* All option names shall be GNU-style long names (two leading dashes).
20-
* Some global options may have short nmaes, generally limited to those defined
20+
* Some global options may have short names, generally limited to those defined
2121
in support libraries such as ``cliff``.
2222

2323
General Command Options
@@ -36,7 +36,7 @@ prepended (such as in the traditional GNU option usage) like `--share` and
3636
In order to handle those APIs that behave differently when a field is set to
3737
`None` and when the field is not present in a passed argument list or dict,
3838
each of the boolean options shall set its own variable to `True` as part of
39-
a mutiually exclusive group, rather than the more common configuration of
39+
a mutually exclusive group, rather than the more common configuration of
4040
setting a single destination variable `True` or `False` directly. This allows
4141
us to detect the situation when neither option is present (both variables will
4242
be `False`) and act accordingly for those APIs where this matters.
@@ -218,7 +218,7 @@ Some options have no default value and the API does not allow them to be
218218
`None`, then these options are always required when users use the command
219219
to which these options belong.
220220

221-
Required options must be validated by the CLI to aviod omissions. The CLI
221+
Required options must be validated by the CLI to avoid omissions. The CLI
222222
validation may provide an error message for the user if a required option
223223
is not specified.
224224
(for example: ``error: argument --test is required``)

doc/source/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ list check out :doc:`plugin-commands`.
162162
* ``cluster event``: (**Clustering (Senlin)**)
163163
* ``cluster members``: (**Clustering (Senlin)**)
164164
* ``cluster node``: (**Clustering (Senlin)**)
165-
* ``cluster policy``: (**CLustering (Senlin)**)
165+
* ``cluster policy``: (**Clustering (Senlin)**)
166166
* ``cluster policy binding``: (**Clustering (Senlin)**)
167167
* ``cluster policy type``: (**Clustering (Senlin)**)
168168
* ``cluster profile``: (**Clustering (Senlin)**)

doc/source/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ the plugin commands:
169169
...
170170
171171
def take_action(self, parsed_args):
172-
# Client manager interfaces are availble to plugins.
172+
# Client manager interfaces are available to plugins.
173173
# This includes the OSC clients created.
174174
client_manager = self.app.client_manager
175175

0 commit comments

Comments
 (0)