From 6eb4b397169ddc93f3682da85c809e009e80cc38 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 17 May 2013 22:05:40 +0000 Subject: [PATCH] Spelling fixes git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_1@13661 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/XMPPConnection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index 3552d734b..1b2dedad0 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -1019,12 +1019,12 @@ public class XMPPConnection extends Connection { * Two possible errors can occur which will be wrapped by an XMPPException -- * UnknownHostException (XMPP error code 504), and IOException (XMPP error code * 502). The error codes and wrapped exceptions can be used to present more - * appropiate error messages to end-users. + * appropriate error messages to end-users. */ public void connect() throws XMPPException { // Establishes the connection, readers and writers connectUsingConfiguration(config); - // Automatically makes the login if the user was previouslly connected successfully + // Automatically makes the login if the user was previously connected successfully // to the server and the connection was terminated abruptly if (connected && wasAuthenticated) { // Make the login