summaryrefslogtreecommitdiff
path: root/glanceclient/common/https.py
diff options
context:
space:
mode:
authorrahulram <rahurama@cisco.com>2015-08-26 11:45:07 -0700
committerrahulram <rahurama@cisco.com>2015-08-26 13:41:09 -0700
commit22ce8451a86079c55c19990878068607b0852ee7 (patch)
tree20a800de31135e7d6f84bd7c33891a8fe815a502 /glanceclient/common/https.py
parentf25eb5e114bfa7eb82d3bb8b179840af03d43d8f (diff)
downloadpython-glanceclient-22ce8451a86079c55c19990878068607b0852ee7.tar.gz
Fix Typos in comments
Change-Id: Ib66ec89f6e556093ab00d3f7fb8ad0f3d9912461
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)