From: Collin Winter Date: Tue, 10 Apr 2007 04:44:49 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.6a1~1853 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8341aac12349a2fe9ddca50d9fd6e05f473635e1;p=python Typo fix. --- diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index eb9bc9ea5d..7b5883a807 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: