From fe35459bad751de8dea9ade405ce588bd235d0a6 Mon Sep 17 00:00:00 2001 From: Faidon Liambotis Date: Tue, 8 Jan 2019 20:44:55 +0200 Subject: [PATCH] Another spelling fix conneciton -> connection --- tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls.c b/tls.c index 10622ac..158ca43 100644 --- a/tls.c +++ b/tls.c @@ -276,7 +276,7 @@ unsigned char *radtlsget(SSL *ssl, int timeout, pthread_mutex_t *lock) { len = RADLEN(buf); if (len < 20) { - debug(DBG_ERR, "radtlsget: length too small, malformed packet! closing conneciton!"); + debug(DBG_ERR, "radtlsget: length too small, malformed packet! closing connection!"); pthread_mutex_lock(lock); SSL_shutdown(ssl); pthread_mutex_unlock(lock);