From f45d41af88a6e3f5a0229020b2dbd028d1321f5a Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 8 Jul 2015 07:48:31 +0200 Subject: [PATCH] Comment typo fix. --- src/scriptform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scriptform.py b/src/scriptform.py index b9da493..2ff45df 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -160,7 +160,7 @@ class ScriptForm(object): # We need to spawn a new thread in which the server is shut down, # because doing it from the main thread blocks, since the server is - # wainting for connections.. + # waiting for connections.. thread.start_new_thread(t_shutdown, (self, ))