From: Nick Porter Date: Fri, 6 Feb 2026 13:54:33 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc8e3eba9f0e18b9f798f46830e2273a4db9597;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/listen/load/proto_load_step.c b/src/listen/load/proto_load_step.c index 6db9eb808ab..1e1da566b9f 100644 --- a/src/listen/load/proto_load_step.c +++ b/src/listen/load/proto_load_step.c @@ -126,7 +126,7 @@ static ssize_t mod_read(fr_listen_t *li, void **packet_ctx, fr_time_t *recv_time /* * Where the addresses should go. This is a special case - * for proto_radius. + * for proto_load. */ address_p = (fr_io_address_t **) packet_ctx; address = *address_p; @@ -169,7 +169,7 @@ static ssize_t mod_write(fr_listen_t *li, UNUSED void *packet_ctx, fr_time_t req thread->stats.total_responses++; /* - * Tell the load generatopr subsystem that we have a + * Tell the load generator subsystem that we have a * reply. Then if the load test is done, exit the * server. */