From: Josh Soref Date: Sun, 13 Jun 2021 21:33:51 +0000 (-0400) Subject: spelling: necessary X-Git-Tag: 1.8.0-rc.1~25^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dbe3ae64bffd6217dbc3835df8f54b53b3a75e4;p=thirdparty%2Fldns.git spelling: necessary Signed-off-by: Josh Soref --- 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. *