From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:45:39 +0000 (-0500) Subject: spelling: unsupported X-Git-Tag: rec-5.4.0-alpha1~61^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91179330d81b803387167136517319e133eb02e2;p=thirdparty%2Fpdns.git spelling: unsupported Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/dnsdist-configuration-yaml.cc b/pdns/dnsdistdist/dnsdist-configuration-yaml.cc index 7d2ceac606..c06f5d8a50 100644 --- a/pdns/dnsdistdist/dnsdist-configuration-yaml.cc +++ b/pdns/dnsdistdist/dnsdist-configuration-yaml.cc @@ -1784,7 +1784,7 @@ void registerDnstapLogger([[maybe_unused]] const DnstapLoggerConfiguration& conf family = AF_INET; } else { - throw std::runtime_error("Unsupport dnstap transport type '" + transport + "'"); + throw std::runtime_error("Unsupported dnstap transport type '" + transport + "'"); } if (dnsdist::configuration::yaml::s_inClientMode || dnsdist::configuration::yaml::s_inConfigCheckMode) {