Skip to content

Commit

Permalink
fix small typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Jan 18, 2023
1 parent 5b04b74 commit c787826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radsecproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c787826

Please sign in to comment.