summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanjana <sanjana@hitachi.co.in>2016-02-05 12:14:17 +0530
committersanjana <sanjana@hitachi.co.in>2016-02-05 12:28:45 +0530
commit95dd8a107fe5a7ed94433915e0615d6d21b07973 (patch)
treead1afbd9ac9a47f02fc617099d9cff66035b8588
parent5b8954b7c8aa104e5fa1f738e8817e40d8e2f0b0 (diff)
downloadpython-ceilometerclient-95dd8a107fe5a7ed94433915e0615d6d21b07973.tar.gz
Fixing a word spelling
TRIVIAL-FIX: correct the word used in the comment Change-Id: I060a63a1363b0d73dc9a089bcdf1f50d79cc943c
-rw-r--r--ceilometerclient/v2/client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ceilometerclient/v2/client.py b/ceilometerclient/v2/client.py
index f613cec..3aaf9b1 100644
--- a/ceilometerclient/v2/client.py
+++ b/ceilometerclient/v2/client.py
@@ -110,8 +110,8 @@ class Client(object):
kwargs['auth_plugin'] = ceiloclient.get_auth_plugin(
aodh_endpoint, **kwargs)
else:
- # Users may just provided ceilometer endpoint and token, and no
- # auth_url, in this case, we need 'aodh_endpoint' also
+ # Users may just provide ceilometer endpoint and token, and no
+ # auth_url, in this case, we need 'aodh_endpoint' also to be
# provided, otherwise we cannot get aodh endpoint from
# keystone, and assume aodh is unavailable.
return None