Comment typo fix.

pull/7/head
Ferry Boender 9 years ago
parent 41f9ef4f6c
commit f45d41af88
  1. 2
      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, ))

Loading…
Cancel
Save