From fa851405f9dc241354ab846d053d5edc82d09bfe Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:31:47 -0400 Subject: [PATCH] spelling: additional Signed-off-by: Josh Soref --- examples/ldns-test-edns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.47.3