From a1c2b20ad0ae93dc41f7a394833a7128873bebf5 Mon Sep 17 00:00:00 2001 From: xiangjun li Date: Tue, 8 Sep 2015 17:29:25 +0800 Subject: [PATCH] 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 --- ceilometer/api/controllers/v2/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer/api/controllers/v2/query.py b/ceilometer/api/controllers/v2/query.py index 9b2b42a9..e6d10f4c 100644 --- a/ceilometer/api/controllers/v2/query.py +++ b/ceilometer/api/controllers/v2/query.py @@ -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."