From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:24:38 +0000 (-0500) Subject: spelling: locally X-Git-Tag: rec-5.4.0-alpha1~61^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf1ef2020412f7f3e6694d5c4be8135e7ea9d80;p=thirdparty%2Fpdns.git spelling: locally Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/doq-common.cc b/pdns/dnsdistdist/doq-common.cc index 54a1d3effc..ebe43d61af 100644 --- a/pdns/dnsdistdist/doq-common.cc +++ b/pdns/dnsdistdist/doq-common.cc @@ -257,7 +257,7 @@ void configureQuiche(QuicheConfig& config, const QuicheParams& params, bool isHT // 0 means none will get accepted, that's why we have a default value of 65535 quiche_config_set_initial_max_streams_bidi(config.get(), params.d_maxInFlight); - // The number of bytes of incoming stream data to be buffered for each localy or remotely-initiated bidirectional stream + // The number of bytes of incoming stream data to be buffered for each locally or remotely-initiated bidirectional stream quiche_config_set_initial_max_stream_data_bidi_local(config.get(), 8192); quiche_config_set_initial_max_stream_data_bidi_remote(config.get(), 8192);