I hate my typos...
authorEric S. Raymond <esr@thyrsus.com>
Thu, 4 Oct 2012 18:37:22 +0000 (14:37 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 4 Oct 2012 18:37:22 +0000 (14:37 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 9ffa945b62dd4baa3db7bc80365885c35a904c20..70ad0f9ff4eaa0c3a04ec99beb8e62f6c1310485 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -158,7 +158,7 @@ class Connection:
         self.status = "ready"
     def enqueue(self, channel, message):
         "Enque a message for transmission."
-        if self.thread is None or not self.thread_is_alive():
+        if self.thread is None or not self.thread_is.alive():
             self.thread = threading.Thread(target=self.dequeue)
             self.thread.setDaemon(True)
             self.thread.start()