From: Josh Soref Date: Sun, 13 Jun 2021 21:31:47 +0000 (-0400) Subject: spelling: additional X-Git-Tag: 1.8.0-rc.1~25^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa851405f9dc241354ab846d053d5edc82d09bfe;p=thirdparty%2Fldns.git spelling: additional Signed-off-by: Josh Soref --- diff --git a/examples/ldns-test-edns.c b/examples/ldns-test-edns.c index 75a0f176..8a0372d6 100644 --- a/examples/ldns-test-edns.c +++ b/examples/ldns-test-edns.c @@ -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)) {