]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Appease the spell checker 17494/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 1 Jun 2026 14:08:51 +0000 (16:08 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 1 Jun 2026 14:08:51 +0000 (16:08 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/changelog.rst

index cc1afdb66f19190fe9248d2665a6e1c27da98705..0723d2db1a181aeaf2057989c0c1c96251c12b60 100644 (file)
@@ -117,13 +117,13 @@ Changelog
     :tags: Bug Fixes, DNS over QUIC
     :pullreq: 17169
 
-    Hardened DoQ internal error handling for cpq
+    Hardened DoQ internal error handling for cross-protocol queries
 
   .. change::
     :tags: Bug Fixes, DNS over HTTP3
     :pullreq: 17172
 
-    Hardened DoH3 internal error handling for cpq
+    Hardened DoH3 internal error handling for cross-protocol queries
 
   .. change::
     :tags: Bug Fixes, DNS over HTTPS
@@ -219,7 +219,7 @@ Changelog
     :tags: Bug Fixes, Security, Webserver
     :pullreq: 17342
 
-    Better handling of YaHTTP chunksize, Fix two cases of lacking/wrong max size compares, use less inefficient code in web server
+    Better handling of YaHTTP chunk size, Fix two cases of lacking/wrong max size compares, use less inefficient code in web server
 
   .. change::
     :tags: Improvements