]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix typo
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 6 Oct 2025 15:16:15 +0000 (17:16 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 6 Oct 2025 15:16:15 +0000 (17:16 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/guides/serverselection.rst
pdns/dnsdistdist/docs/upgrade_guide.rst

index 9a55debfa686e7bbc2d593569fdf205bdaf97b74..d6c6efa38b8d5521d5800495a6459441a911cf16 100644 (file)
@@ -99,7 +99,7 @@ Lua server policies
 
 .. warning::
 
-  There has been a significant change to the way custom load-balancing policies written in Lua works since 2.1.0: they now need to return the index in the servers array of the backend they intend to select, instead of returning a reference the backend itself.
+  There has been a significant change to the way custom load-balancing policies written in Lua works since 2.1.0: they now need to return the index in the servers array of the backend they intend to select, instead of returning a reference to the backend itself.
 
 If you don't like the default policies you can create your own, like this for example (before 2.1.0)::
 
index 020ca59f3c231dc95156870e5dfd7f0e32da62d1..b8d253898ea2d6dc0ffa37e369107eb64aee902b 100644 (file)
@@ -4,7 +4,7 @@ Upgrade Guide
 2.0.x to 2.1.0
 --------------
 
-Custom load-balancing policies written in Lua now need to return the index in the servers array of the backend they intend to select, instead of returning a reference the backend itself.
+Custom load-balancing policies written in Lua now need to return the index in the servers array of the backend they intend to select, instead of returning a reference to the backend itself.
 
 1.9.x to 2.0.0
 --------------