From 1a657c67e2549f4989f737e9237da091a1e25822 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sat, 21 May 2016 01:28:39 +0300 Subject: [PATCH] Fixed typo --- src/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.c b/src/auth.c index 519219b..a9a7e1d 100644 --- a/src/auth.c +++ b/src/auth.c @@ -598,7 +598,7 @@ static void _auth(xmpp_conn_t * const conn) } if (conn->tls_mandatory && !xmpp_conn_is_secured(conn)) { - xmpp_error(conn->ctx, "xmpp", "TLS is not supported, but set as" + xmpp_error(conn->ctx, "xmpp", "TLS is not supported, but set as " "mandatory for this connection"); conn_disconnect(conn); return;