]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 24 Aug 2020 20:17:40 +0000 (16:17 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 24 Aug 2020 20:19:55 +0000 (16:19 -0400)
src/modules/proto_tacacs/proto_tacacs_tcp.c

index 43664d1eab9ec4498448b38fc96520c86594467b..7c4d962cc7f7445e572c864a819201701f77a1b3 100644 (file)
@@ -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);
 }