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);