diff --git a/src/conn.c b/src/conn.c index d18c71d..8c571ad 100644 --- a/src/conn.c +++ b/src/conn.c @@ -713,7 +713,7 @@ void conn_parser_reset(xmpp_conn_t * const conn) /** Initiate termination of the connection to the XMPP server. * This function starts the disconnection sequence by sending * to the XMPP server. This function will do nothing - * if the connection state is CONNECTING or CONNECTED. + * if the connection state is different from CONNECTING or CONNECTED. * * @param conn a Strophe connection object *