Fixed typo.

This commit is contained in:
Sangeeth Saravanaraj 2015-06-05 12:25:41 +05:30
parent a8ac115310
commit 9b25a7cf77

View File

@ -181,4 +181,4 @@ def verify(expected, raw_cert):
return True return True
raise CertificateError( raise CertificateError(
'Could not match certficate against hostname: %s' % expected) 'Could not match certificate against hostname: %s' % expected)