From 8dbe3ae64bffd6217dbc3835df8f54b53b3a75e4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:33:51 -0400 Subject: [PATCH] spelling: necessary Signed-off-by: Josh Soref --- rr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rr.c b/rr.c index 3c483b8c..ee9612c9 100644 --- a/rr.c +++ b/rr.c @@ -2491,7 +2491,7 @@ static ldns_rr_descriptor rdata_field_descriptors[] = { /*---------------------------------------------------------------------------* * The functions below return an bitmap RDF with the space required to set * or unset all known RR types. Arguably these functions are better situated - * in rdata.c, however for the space calculation it is necesarry to walk + * in rdata.c, however for the space calculation it is necessary to walk * through rdata_field_descriptors which is not easily possible from anywhere * other than rr.c where it is declared static. * -- 2.47.3