From 8d5225c6a9f157a6931d03ab5c17b40e89b2bd9a Mon Sep 17 00:00:00 2001 From: Alex Wenckus Date: Tue, 14 Nov 2006 21:51:03 +0000 Subject: [PATCH] Spellcheck. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6105 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/ConnectionListener.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/ConnectionListener.java b/source/org/jivesoftware/smack/ConnectionListener.java index 4f62df183..961ca6293 100644 --- a/source/org/jivesoftware/smack/ConnectionListener.java +++ b/source/org/jivesoftware/smack/ConnectionListener.java @@ -57,11 +57,13 @@ public interface ConnectionListener { * The connection has reconnected successfully to the server. Connections will * reconnect to the server when the previous socket connection was abruptly closed. */ - public void reconectionSuccessful(); + public void reconnectionSuccessful(); /** * An attempt to connect to the server has failed. The connection will keep trying * reconnecting to the server in a moment. + * + * @param e the exception that caused the reconnection to fail. */ public void reconnectionFailed(Exception e); } \ No newline at end of file