Skip to content

Commit 0775197

Browse files
committed
conn: fixed typo
1 parent 8ff46ad commit 0775197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ int conn_tls_start(xmpp_conn_t * const conn)
782782

783783
/** Disable TLS for this connection, called by users of the library.
784784
* Occasionally a server will be misconfigured to send the starttls
785-
* feature, but wil not support the handshake.
785+
* feature, but will not support the handshake.
786786
*
787787
* @param conn a Strophe connection object
788788
*/

0 commit comments

Comments
 (0)