From: Yorgos Thessalonikefs Date: Tue, 28 Oct 2025 13:42:20 +0000 (+0100) Subject: - Fix typo; spotted by T3rm1. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a808e297801e01d7fbd6d7769a64f07e5d2ca05;p=thirdparty%2Funbound.git - Fix typo; spotted by T3rm1. --- diff --git a/iterator/iter_fwd.c b/iterator/iter_fwd.c index e5991ac3e..4c1049bb6 100644 --- a/iterator/iter_fwd.c +++ b/iterator/iter_fwd.c @@ -229,7 +229,7 @@ read_fwds_host(struct config_stub* s, struct delegpt* dp) return 0; } if(dname_subdomain_c(dname, dp->name)) { - log_warn("forward-host '%s' may have has a circular " + log_warn("forward-host '%s' may have a circular " "dependency on forward-zone '%s'", p->str, s->name); }