]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: additional
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:31:47 +0000 (17:31 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
examples/ldns-test-edns.c

index 75a0f176c1cc4613cc184e134cf65b5b073492ca..8a0372d6204409d005607c2ccae2e15cb7edb1eb 100644 (file)
@@ -180,7 +180,7 @@ check_packet(uint8_t* wire, size_t len, int tp)
 
        /* test EDNS0 presence, of OPT record */
        /* LDNS forgets during pkt parse, but we test the ARCOUNT;
-        * 0 additionals means no EDNS(on the wire), and after parsing the
+        * 0 additional means no EDNS(on the wire), and after parsing the
         * same additional RRs as before means no EDNS OPT */
        if(LDNS_ARCOUNT(wire) == 0 ||
                ldns_pkt_arcount(p) == LDNS_ARCOUNT(wire)) {