]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: unsupported
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:45:39 +0000 (12:45 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/dnsdist-configuration-yaml.cc

index 7d2ceac6067e27d58653d657c17100c737c5a973..c06f5d8a504a23045e457ea333774f5dc61ef875 100644 (file)
@@ -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) {