From d1804ace20e357d54d99635e80fef48ba761d61b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 7 Jan 2020 19:51:58 +1100 Subject: Fix simple typo: survery -> survey (#1357) Closes #1356 --- raven/utils/ssl_match_hostname.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raven/utils/ssl_match_hostname.py b/raven/utils/ssl_match_hostname.py index 7e2764f..7aa8c62 100644 --- a/raven/utils/ssl_match_hostname.py +++ b/raven/utils/ssl_match_hostname.py @@ -26,7 +26,7 @@ def _dnsname_match(dn, hostname, max_wildcards=1): wildcards = leftmost.count('*') if wildcards > max_wildcards: # Issue #17980: avoid denials of service by refusing more - # than one wildcard per fragment. A survery of established + # than one wildcard per fragment. A survey of established # policy among SSL implementations showed it to be a # reasonable choice. raise CertificateError( -- cgit v1.2.1