From c787826b7c7436644941868ef31111ac523162ea Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Wed, 18 Jan 2023 18:45:20 +0100 Subject: [PATCH] fix small typo in log message --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radsecproxy.c b/radsecproxy.c index 35af06f..92e5622 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1657,7 +1657,7 @@ void *clientwr(void *arg) { server->newrq = 0; } if (server->conreset) { - debug(DBG_DBG, "clientwr: connection reset; resending all aoutstanding requests"); + debug(DBG_DBG, "clientwr: connection reset; resending all outstanding requests"); do_resend = 1; server->conreset = 0; }