From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:42:20 +0000 (-0500) Subject: spelling: successful X-Git-Tag: rec-5.4.0-alpha1~61^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253187038a8b8e8be0cfa6f4ef462302a7f159b6;p=thirdparty%2Fpdns.git spelling: successful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/dnsdist-opentelemetry.cc b/pdns/dnsdistdist/dnsdist-opentelemetry.cc index 393d005767..f28e65e5c9 100644 --- a/pdns/dnsdistdist/dnsdist-opentelemetry.cc +++ b/pdns/dnsdistdist/dnsdist-opentelemetry.cc @@ -142,7 +142,7 @@ void Tracer::setRootSpanID([[maybe_unused]] const SpanID& spanID) bool Tracer::setTraceAttribute([[maybe_unused]] const std::string& key, [[maybe_unused]] const AnyValue& value) { #ifdef DISABLE_PROTOBUF - // always succesfull + // always successful return true; #else d_attributes.push_back({key, value}); diff --git a/regression-tests.recursor-dnssec/test_DoT.py b/regression-tests.recursor-dnssec/test_DoT.py index 824dbf8058..ee0c1fe5bb 100644 --- a/regression-tests.recursor-dnssec/test_DoT.py +++ b/regression-tests.recursor-dnssec/test_DoT.py @@ -504,7 +504,7 @@ webservice: self.assertRcodeEqual(receivedResponse, dns.rcode.SERVFAIL) - # there was no succesfull DoT query + # there was no successful DoT query self.checkOnlyTLSResponderHit(currentCount) self.checkMetrics({ 'dot-outqueries': 1