]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: stream
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:41:54 +0000 (12:41 -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/test-dnsdistnghttp2_cc.cc

index 94670dd0eca1be3e3c72dbdde1b130e9f5c18d86..1ab86ea9056393c9fe4d4174c0aa39a515b10a8d 100644 (file)
@@ -279,7 +279,7 @@ private:
         conn->submitError(frame->hd.stream_id, 500, "Server failure");
       }
       else if (qname == DNSName("wrong-stream-id.powerdns.com.") && (id % 2) == 0) {
-        /* we return a wrong stremad ID on the first query only */
+        /* we return a wrong stream ID on the first query only */
         BOOST_CHECK_EQUAL(frame->hd.stream_id, 1);
         conn->d_responses[frame->hd.stream_id] = expected.d_response;
         /* use an invalid stream ID! */