]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: successful
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:42:20 +0000 (12:42 -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-opentelemetry.cc
regression-tests.recursor-dnssec/test_DoT.py

index 393d005767ef9e0b8bab1f97f2b85085c994bad8..f28e65e5c9714ea1a2681ab953d4b4b2cacbc96c 100644 (file)
@@ -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});
index 824dbf80580f753c8eb3fddf483e516a57bd92e5..ee0c1fe5bb17db9300f69a43aa353cbecf311fce 100644 (file)
@@ -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