]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: locally
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:24:38 +0000 (12:24 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/doq-common.cc

index 54a1d3effcd606a5fcc3a0babb2666fd1b6cc04a..ebe43d61af5e956135c8eb3868f91ef0550e7ecc 100644 (file)
@@ -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);