From: Eric S. Raymond Date: Thu, 11 Oct 2012 18:51:33 +0000 (-0400) Subject: Typo fix. X-Git-Tag: 1.12~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56608c9e656202d8aef6c548bb9b6c43e8366bd2;p=irker.git Typo fix. --- diff --git a/irkerd b/irkerd index 1e07a86..6f4574e 100755 --- 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."