From 7712ae3a926a3ac1860238988c4fc9b84822cf11 Mon Sep 17 00:00:00 2001 From: Trou Date: Tue, 15 Jun 2010 23:02:01 +0100 Subject: [PATCH] Fix typo --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index 748a8b0..c793e18 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1360,7 +1360,7 @@ static int SSLize(connection_t *cn, int *nc) len = strlen(buf); if (len > 0) buf[len - 1] = '\0'; - mylog(LOG_DEBUG, "Negociated cyphers: %s", buf); + mylog(LOG_DEBUG, "Negociated ciphers: %s", buf); cn->connected = CONN_OK; connection_connected(cn);