]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo developer/ndptech
authorNick Porter <nick@portercomputing.co.uk>
Fri, 6 Feb 2026 13:54:33 +0000 (13:54 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 6 Feb 2026 13:55:47 +0000 (13:55 +0000)
src/listen/load/proto_load_step.c

index 6db9eb808ab803c496ea15e2fff064ef382efbe6..1e1da566b9f340fe121de5d7f4cd852daaa81bc2 100644 (file)
@@ -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.
         */