Spelling mistake of comment in api/controllers/v2/query.py

In line 51 of ceilometer/api/controllers/v2/query.py,
the comment:
"List of single-element dicts for specifing the ordering
of the results."
Should be:
"List of single-element dicts for specifying the ordering
of the results."

Change-Id: I5384cafa1dbf834589a42883f9a6bdf25b5e7f86
Closes-Bug: #1493268
This commit is contained in:
xiangjun li 2015-09-08 17:29:25 +08:00
parent a7f326122e
commit a1c2b20ad0

@ -48,7 +48,7 @@ class ComplexQuery(base.Base):
"The filter expression encoded in json."
orderby = wtypes.text
"List of single-element dicts for specifing the ordering of the results."
"List of single-element dicts for specifying the ordering of the results."
limit = int
"The maximum number of results to be returned."