From d7e4c1caa61bdeb1829bb84001b4a3417ab95522 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 17 May 2010 14:13:10 +0000 Subject: [PATCH] Typo (thanks Arfrever) --- Lib/test/test_ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 60b417e6dd..c9dc47af9f 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -306,7 +306,7 @@ class NetworkedTests(unittest.TestCase): # NOTE: the subject hashing algorithm has been changed between # OpenSSL 0.9.8n and 1.0.0, as a result the capath directory must # contain both versions of each certificate (same content, different - # filename) for this test to be portable accross OpenSSL releases. + # filename) for this test to be portable across OpenSSL releases. ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23) ctx.verify_mode = ssl.CERT_REQUIRED ctx.load_verify_locations(capath=CAPATH) -- 2.40.0