From 9b25a7cf77b969a2cc923773855cb482c314b511 Mon Sep 17 00:00:00 2001 From: Sangeeth Saravanaraj Date: Fri, 5 Jun 2015 12:25:41 +0530 Subject: Fixed typo. --- sleekxmpp/xmlstream/cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/xmlstream/cert.py') diff --git a/sleekxmpp/xmlstream/cert.py b/sleekxmpp/xmlstream/cert.py index 71146f36..d357b326 100644 --- a/sleekxmpp/xmlstream/cert.py +++ b/sleekxmpp/xmlstream/cert.py @@ -181,4 +181,4 @@ def verify(expected, raw_cert): return True raise CertificateError( - 'Could not match certficate against hostname: %s' % expected) + 'Could not match certificate against hostname: %s' % expected) -- cgit v1.2.3