]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the upgrade guide, spotted by Miod
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 12 Jun 2025 08:22:16 +0000 (10:22 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 12 Jun 2025 08:22:16 +0000 (10:22 +0200)
pdns/dnsdistdist/docs/upgrade_guide.rst

index 788b60686e36b5fcc21d761820e031a72d39ee92..72009109ca1773049e0f98dd51a75afe377c0fe2 100644 (file)
@@ -17,7 +17,7 @@ XPF support has been removed.
 
 The ``options`` parameter of :func:`HTTPStatusAction` has been deprecated because it had unexpected side-effects, and should thus no longer be used.
 
-In some cases, :program:`dnsdist` turns an incoming into a response, setting the response code in the process. When doing so, it was not properly cleaning up records present in the answer, authority or additional sections, which could have been surprising to clients and wasted bandwidth. This has now been fixed. The cases in question are:
+In some cases, :program:`dnsdist` turns an incoming query into a response, setting the response code in the process. When doing so, it was not properly cleaning up records present in the answer, authority or additional sections, which could have been surprising to clients and wasted bandwidth. This has now been fixed. The cases in question are:
 
 * :func:`RCodeAction`
 * :func:`ERCodeAction`