From: Josh Soref Date: Mon, 14 Jun 2021 01:03:27 +0000 (-0400) Subject: spelling: ordering X-Git-Tag: 1.8.0-rc.1~25^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d716c66ce39511418d2b5f4aa5e72f2535240ce0;p=thirdparty%2Fldns.git spelling: ordering Signed-off-by: Josh Soref --- diff --git a/ldns/dnssec_zone.h b/ldns/dnssec_zone.h index bc8e4042..d581c106 100644 --- a/ldns/dnssec_zone.h +++ b/ldns/dnssec_zone.h @@ -297,12 +297,12 @@ void ldns_dnssec_name_set_nsec(ldns_dnssec_name *name, ldns_rr *nsec); /** * Compares the domain names of the two arguments in their - * canonical ordening. + * canonical ordering. * * \param[in] a The first dnssec_name to compare * \param[in] b The second dnssec_name to compare * \return -1 if the domain name of a comes before that of b in canonical - * ordening, 1 if it is the other way around, and 0 if they are + * ordering, 1 if it is the other way around, and 0 if they are * equal */ int ldns_dnssec_name_cmp(const void *a, const void *b);