summaryrefslogtreecommitdiff
path: root/glanceclient/common/https.py
diff options
context:
space:
mode:
Diffstat (limited to 'glanceclient/common/https.py')
-rw-r--r--glanceclient/common/https.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/common/https.py b/glanceclient/common/https.py
index a0120bc..032cde7 100644
--- a/glanceclient/common/https.py
+++ b/glanceclient/common/https.py
@@ -258,7 +258,7 @@ class VerifiedHTTPSConnection(HTTPSConnection):
excp_lst = (TypeError, FileNotFoundError, ssl.SSLError)
else:
# NOTE(jamespage)
- # Accomodate changes in behaviour for pep-0467, introduced
+ # Accommodate changes in behaviour for pep-0467, introduced
# in python 2.7.9.
# https://github.com/python/peps/blob/master/pep-0476.txt
excp_lst = (TypeError, IOError, ssl.SSLError)