From 77705111110dfc94682032883743d80e6daa3be6 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 6 Jan 2013 14:01:52 +0000 Subject: [PATCH] Fixed typo git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13388 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/PacketReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/PacketReader.java b/source/org/jivesoftware/smack/PacketReader.java index ac8508a2f..f3c9b0350 100644 --- a/source/org/jivesoftware/smack/PacketReader.java +++ b/source/org/jivesoftware/smack/PacketReader.java @@ -134,7 +134,7 @@ class PacketReader { listener.connectionClosed(); } catch (Exception e) { - // Cath and print any exception so we can recover + // Catch and print any exception so we can recover // from a faulty listener and finish the shutdown process e.printStackTrace(); }