From 07751974ac7c15899cc9d80892c65bcb0437e243 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 13 Oct 2015 00:53:15 +0300 Subject: [PATCH] conn: fixed typo --- src/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conn.c b/src/conn.c index 7b78bd6..3286ece 100644 --- a/src/conn.c +++ b/src/conn.c @@ -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 */