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, ))