]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: ordering
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 14 Jun 2021 01:03:27 +0000 (21:03 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:16 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
ldns/dnssec_zone.h

index bc8e404257c584260865542e99251247a80e9950..d581c1060e9c596881a7a1889e27dc2358ee64eb 100644 (file)
@@ -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);