]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 19 Feb 2026 10:05:13 +0000 (11:05 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 10:05:13 +0000 (11:05 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/rec-tcpout.cc

index 1c8ea38f512aff267fd7fb703d9ca570884d8603..a16bf341f3109a77bc57ed8294d0a2a88edc0df4 100644 (file)
@@ -130,7 +130,7 @@ std::shared_ptr<TLSCtx> TCPOutConnectionManager::getTLSContext(const std::string
       config = found;
     }
     if (config != nullptr) {
-      // alwasy set the ref arguments to the function if we found a config
+      // always set the ref arguments to the function if we found a config
       verboseLogging = config->verbose_logging;
       if (!config->subject_name.empty()) {
         subjectName = std::string(config->subject_name);