summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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