From f4ebc53d4c618f86a27d82f2376ec6a804e3c356 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:32:17 -0400 Subject: [PATCH] spelling: compiler Signed-off-by: Josh Soref --- dnssec_sign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3