From: Alan T. DeKok Date: Mon, 24 Aug 2020 20:17:40 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70ce464e0fdf3fa6dca1e6b66cadf5afa02de4f2;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/modules/proto_tacacs/proto_tacacs_tcp.c b/src/modules/proto_tacacs/proto_tacacs_tcp.c index 43664d1eab9..7c4d962cc7f 100644 --- a/src/modules/proto_tacacs/proto_tacacs_tcp.c +++ b/src/modules/proto_tacacs/proto_tacacs_tcp.c @@ -372,7 +372,7 @@ static int mod_compare(UNUSED void const *instance, UNUSED void *thread_instance if (rcode != 0) return rcode; /* - * Then ordered by our synthentic packet type. + * Then ordered by our synthetic packet type. */ return (a->type < b->type) - (a->type > b->type); }