mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-07 16:55:58 +01:00
Spelling fixes
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_1@13661 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
8e10e5f374
commit
6eb4b39716
1 changed files with 2 additions and 2 deletions
|
@ -1019,12 +1019,12 @@ public class XMPPConnection extends Connection {
|
||||||
* Two possible errors can occur which will be wrapped by an XMPPException --
|
* Two possible errors can occur which will be wrapped by an XMPPException --
|
||||||
* UnknownHostException (XMPP error code 504), and IOException (XMPP error code
|
* UnknownHostException (XMPP error code 504), and IOException (XMPP error code
|
||||||
* 502). The error codes and wrapped exceptions can be used to present more
|
* 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 {
|
public void connect() throws XMPPException {
|
||||||
// Establishes the connection, readers and writers
|
// Establishes the connection, readers and writers
|
||||||
connectUsingConfiguration(config);
|
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
|
// to the server and the connection was terminated abruptly
|
||||||
if (connected && wasAuthenticated) {
|
if (connected && wasAuthenticated) {
|
||||||
// Make the login
|
// Make the login
|
||||||
|
|
Loading…
Reference in a new issue