summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Nichols <tmnichols@gmail.com>2010-06-02 14:15:07 -0400
committerThom Nichols <tmnichols@gmail.com>2010-06-02 14:15:07 -0400
commit3a2f989c5e982529bbad80bff4ef67eacb0e8eac (patch)
treea15253e0324f9a2162ec9fcdc51f2ffc2a7e90aa
parent7930ed22f2371ba3405f9644f427bec9554d2a15 (diff)
parent060b4c39385e548d1b28bc5ea5bdb29417e156ea (diff)
downloadslixmpp-3a2f989c5e982529bbad80bff4ef67eacb0e8eac.tar.gz
slixmpp-3a2f989c5e982529bbad80bff4ef67eacb0e8eac.tar.bz2
slixmpp-3a2f989c5e982529bbad80bff4ef67eacb0e8eac.tar.xz
slixmpp-3a2f989c5e982529bbad80bff4ef67eacb0e8eac.zip
Merge branch 'master' into hacks
-rw-r--r--sleekxmpp/xmlstream/scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/scheduler.py b/sleekxmpp/xmlstream/scheduler.py
index 945d9fad..40aaf695 100644
--- a/sleekxmpp/xmlstream/scheduler.py
+++ b/sleekxmpp/xmlstream/scheduler.py
@@ -76,7 +76,7 @@ class Scheduler(object):
if updated: self.schedule = sorted(self.schedule, key=lambda task: task.next)
except KeyboardInterrupt:
self.run = False
- logging.debug("Qutting Scheduler thread")
+ logging.debug("Quitting Scheduler thread")
if self.parentqueue is not None:
self.parentqueue.put(('quit', None, None))