summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket_ssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_socket_ssl.py')
-rw-r--r--Lib/test/test_socket_ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py
index eb9bc9e..7b5883a 100644
--- a/Lib/test/test_socket_ssl.py
+++ b/Lib/test/test_socket_ssl.py
@@ -151,7 +151,7 @@ class OpenSSLServer(threading.Thread):
s.connect(("localhost", 4433))
s.close()
if self.s.stdout.readline() != "ERROR\n":
- raise ValuError
+ raise ValueError
except:
self.haveServer = False
else: