From: Josh Soref Date: Sun, 13 Jun 2021 21:32:17 +0000 (-0400) Subject: spelling: compiler X-Git-Tag: 1.8.0-rc.1~25^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ebc53d4c618f86a27d82f2376ec6a804e3c356;p=thirdparty%2Fldns.git spelling: compiler Signed-off-by: Josh Soref --- diff --git a/dnssec_sign.c b/dnssec_sign.c index a55aaaf6..b42c1d40 100644 --- a/dnssec_sign.c +++ b/dnssec_sign.c @@ -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) {