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