summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-17 14:13:10 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-17 14:13:10 (GMT)
commitd7e4c1caa61bdeb1829bb84001b4a3417ab95522 (patch)
treeb75c6c6c2e28aca110e629ec92659061a3f329d9
parentc55f2d12cb4a75fca7eafbb80f6f1ecb792a3a91 (diff)
downloadcpython-d7e4c1caa61bdeb1829bb84001b4a3417ab95522.zip
cpython-d7e4c1caa61bdeb1829bb84001b4a3417ab95522.tar.gz
cpython-d7e4c1caa61bdeb1829bb84001b4a3417ab95522.tar.bz2
Typo (thanks Arfrever)
-rw-r--r--Lib/test/test_ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 60b417e..c9dc47a 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)