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

This commit is contained in:
Jenkins 2015-09-08 19:49:10 +00:00 committed by Gerrit Code Review
commit d67fac6d71

View File

@ -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."