From 56608c9e656202d8aef6c548bb9b6c43e8366bd2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 11 Oct 2012 14:51:33 -0400 Subject: [PATCH] Typo fix. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.26.2