Typo fix.

This commit is contained in:
Collin Winter 2007-04-10 04:44:49 +00:00
parent 3bdc002e39
commit 8341aac123
1 changed files with 1 additions and 1 deletions

View File

@ -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: