Commit 8341aac1 authored by Collin Winter's avatar Collin Winter

Typo fix.

parent 3bdc002e
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment