misc small tweaks

This commit is contained in:
Nathan Fritz
2010-10-20 20:14:26 -07:00
parent c4699b92e6
commit d88999691c
3 changed files with 5 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ class Scheduler(object):
self.run = False
if self.parentstop is not None:
self.parentstop.set()
logging.debug("Qutting Scheduler thread")
logging.debug("Quitting Scheduler thread")
if self.parentqueue is not None:
self.parentqueue.put(('quit', None, None))