Typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 11 Oct 2012 18:51:33 +0000 (14:51 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 11 Oct 2012 18:51:33 +0000 (14:51 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 1e07a86ee30ce8460270464733f2856f6d24df4b..6f4574ef4d3d7c14b7d722dcaadbde98b7130cba 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -384,7 +384,7 @@ class Irker:
         while True:
             try:
                 self.irc.process_once(timeout)
-            except UnicodeDecodingError:
+            except UnicodeDecodeError:
                 pass
     def _handle_ping(self, connection, _event):
         "PING arrived, bump the last-received time for the connection."