Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
/**
* 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);