From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:41:54 +0000 (-0500) Subject: spelling: stream X-Git-Tag: rec-5.4.0-alpha1~61^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac17e5dee6b1ae5ebce117b94989b41f76148583;p=thirdparty%2Fpdns.git spelling: stream Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc b/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc index 94670dd0ec..1ab86ea905 100644 --- a/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc +++ b/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc @@ -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! */