Fix a spell typos

Change-Id: I422fc8086af83efa4c04fd1951b4738404c1a1b7
This commit is contained in:
venkatamahesh 2016-02-03 15:47:25 +05:30
parent e0969655ac
commit 65007432dc
2 changed files with 3 additions and 3 deletions
doc/source
openstackclient/api

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

@ -27,11 +27,11 @@ def simple_filter(
be changed if any filtering occurs. be changed if any filtering occurs.
:param string attr: :param string attr:
The name of the attribute to filter. If attr does not exist no The name of the attribute to filter. If attr does not exist no
match will succeed and no rows will be retrurned. If attr is match will succeed and no rows will be returned. If attr is
None no filtering will be performed and all rows will be returned. None no filtering will be performed and all rows will be returned.
:param sring value: :param sring value:
The value to filter. None is considered to be a 'no filter' value. The value to filter. None is considered to be a 'no filter' value.
'' matches agains a Python empty string. '' matches against a Python empty string.
:param string property_field: :param string property_field:
The name of the data field containing a property dict to filter. The name of the data field containing a property dict to filter.
If property_field is None, attr is a field name. If property_field If property_field is None, attr is a field name. If property_field