diff --git a/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java b/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java index 14d70fdec..bea75de21 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java @@ -36,7 +36,7 @@ import org.jivesoftware.smack.packet.PlainStreamElement; * *
  * // Create a connection to the igniterealtime.org XMPP server.
- * XMPPConnection con = new XMPPTCPConnection("igniterealtime.org");
+ * XMPPTCPConnection con = new XMPPTCPConnection("igniterealtime.org");
  * // Connect to the server
  * con.connect();
  * // Most servers require you to login before performing other tasks.