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(); }