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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8341aac12349a2fe9ddca50d9fd6e05f473635e1;p=thirdparty%2FPython%2Fcpython.git Typo fix. --- diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index eb9bc9ea5d6f..7b5883a80754 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: