From 8ff510a3af227d91020d418bc5a5779b923f6a8c Mon Sep 17 00:00:00 2001 From: jngd Date: Wed, 26 Sep 2018 19:15:58 +0200 Subject: [PATCH] Fix annoying comment about how disconnect can be performed --- src/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *