Fix Typos in comments

Change-Id: Ib66ec89f6e556093ab00d3f7fb8ad0f3d9912461
This commit is contained in:
rahulram
2015-08-26 11:45:07 -07:00
parent f25eb5e114
commit 22ce8451a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)