summaryrefslogtreecommitdiff
path: root/novaclient/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/client.py')
-rw-r--r--novaclient/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/client.py b/novaclient/client.py
index 8ec471cf..a80ffb28 100644
--- a/novaclient/client.py
+++ b/novaclient/client.py
@@ -116,7 +116,7 @@ class HTTPClient(object):
rql.addHandler(ch)
# Since we have already setup the root logger on debug, we
# have to set it up here on WARNING (its original level)
- # otherwise we will get all the requests logging messanges
+ # otherwise we will get all the requests logging messages
rql.setLevel(logging.WARNING)
# requests within the same session can reuse TCP connections from pool
self.http = requests.Session()