fixed typos found by RETF rules

rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos

Change-Id: I70245e5ddf342762eb76d8e2e74b6363767726ef
This commit is contained in:
Christian Berendt
2014-05-02 16:17:43 +02:00
parent b68d13bf83
commit afcf3a5611
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -363,9 +363,9 @@ class VerifiedHTTPSConnection(HTTPSConnection):
@staticmethod
def host_matches_cert(host, x509):
"""
Verify that the the x509 certificate we have received
Verify that the x509 certificate we have received
from 'host' correctly identifies the server we are
connecting to, ie that the certificate's Common Name
connecting to, i.e. that the certificate's Common Name
or a Subject Alternative Name matches 'host'.
"""
def check_match(name):