]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: compiler
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:32:17 +0000 (17:32 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
dnssec_sign.c

index a55aaaf615d392d727a51f7bf60c2d9716283015..b42c1d4018986232cc908c7a444602eef8e7f8ef 100644 (file)
@@ -694,7 +694,7 @@ ldns_dnssec_zone_mark_and_get_glue(ldns_dnssec_zone *zone,
        /* When the cut is caused by a delegation, below_delegation will be 1.
         * When caused by a DNAME, below_delegation will be 0.
         */
-       int below_delegation = -1; /* init suppresses comiler warning */
+       int below_delegation = -1; /* init suppresses compiler warning */
        ldns_status s;
 
        if (!zone || !zone->names) {