Description: Fix spelling mistake discovered by lintian
Author: Sven Hartge <sven@svenhartge.de>
Bug: https://github.com/radsecproxy/radsecproxy/pull/137
Last-Update: 2023-10-03

--- a/tlscommon.c
+++ b/tlscommon.c
@@ -1462,7 +1462,7 @@
     }
     *buf = malloc(len);
     if (!*buf) {
-        debug(DBG_ERR, "radtlsget: malloc failed! closing conneciton!");
+        debug(DBG_ERR, "radtlsget: malloc failed! closing connection!");
         pthread_mutex_lock(lock);
         SSL_shutdown(ssl);
         pthread_mutex_unlock(lock);
