Skip to content

Commit 6500743

Browse files
committed
Fix a spell typos
Change-Id: I422fc8086af83efa4c04fd1951b4738404c1a1b7
1 parent e096965 commit 6500743

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/command-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Boolean Options
1919

2020
Boolean options for any command that sets a resource state, such as 'enabled'
2121
or 'public', shall always have both positive and negative options defined.
22-
The names of those options shall either be a naturally occuring pair of
22+
The names of those options shall either be a naturally occurring pair of
2323
words (in English) or a positive option and a negative option with `no-`
2424
prepended (such as in the traditional GNU option usage) like `--share` and
2525
`--no-share`.

openstackclient/api/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ def simple_filter(
2727
be changed if any filtering occurs.
2828
:param string attr:
2929
The name of the attribute to filter. If attr does not exist no
30-
match will succeed and no rows will be retrurned. If attr is
30+
match will succeed and no rows will be returned. If attr is
3131
None no filtering will be performed and all rows will be returned.
3232
:param sring value:
3333
The value to filter. None is considered to be a 'no filter' value.
34-
'' matches agains a Python empty string.
34+
'' matches against a Python empty string.
3535
:param string property_field:
3636
The name of the data field containing a property dict to filter.
3737
If property_field is None, attr is a field name. If property_field

0 commit comments

Comments
 (0)