From 1a808e297801e01d7fbd6d7769a64f07e5d2ca05 Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Tue, 28 Oct 2025 14:42:20 +0100 Subject: [PATCH] - Fix typo; spotted by T3rm1. --- iterator/iter_fwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3