- Fix typo; spotted by T3rm1.
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
Yorgos Thessalonikefs 2025-10-28 14:42:20 +01:00
parent 56ded934de
commit 1a808e2978

View file

@ -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);
}