conn: fixed typo

This commit is contained in:
Dmitry Podgorny
2015-10-13 00:53:15 +03:00
parent 8ff46add8c
commit 07751974ac

View File

@@ -782,7 +782,7 @@ int conn_tls_start(xmpp_conn_t * const conn)
/** Disable TLS for this connection, called by users of the library.
* Occasionally a server will be misconfigured to send the starttls
* feature, but wil not support the handshake.
* feature, but will not support the handshake.
*
* @param conn a Strophe connection object
*/