From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:10:31 +0000 (-0500) Subject: spelling: for X-Git-Tag: rec-5.4.0-alpha1~61^2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88fcbb5472b650be67eded9fd8206189805e548b;p=thirdparty%2Fpdns.git spelling: for Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/filterpo.cc b/pdns/recursordist/filterpo.cc index 75f3106b49..3066743410 100644 --- a/pdns/recursordist/filterpo.cc +++ b/pdns/recursordist/filterpo.cc @@ -395,7 +395,7 @@ void DNSFilterEngine::Zone::addNameTrigger(std::unordered_map& if (d_zoneData->d_ignoreDuplicates) { return; } - throw std::runtime_error("Adding a " + getTypeToString(ptype) + "-based filter policy of kind " + getKindToString(pol.d_kind) + " but a policy of kind " + getKindToString(existingPol.d_kind) + " already exists for for the following name: " + n.toLogString()); + throw std::runtime_error("Adding a " + getTypeToString(ptype) + "-based filter policy of kind " + getKindToString(pol.d_kind) + " but a policy of kind " + getKindToString(existingPol.d_kind) + " already exists for the following name: " + n.toLogString()); } addCustom(existingPol, pol);