From 7852b93f33d960807eae63b7b586c94eefa53ada Mon Sep 17 00:00:00 2001 From: Andrew Imeson Date: Fri, 26 Jul 2024 09:02:49 -0400 Subject: [PATCH] docs: Make a few stray American English "requesters" British "requestor" is the more common spelling in the documentation --- docs/lua-records/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lua-records/index.rst b/docs/lua-records/index.rst index 151225fa05..1216675889 100644 --- a/docs/lua-records/index.rst +++ b/docs/lua-records/index.rst @@ -6,7 +6,7 @@ PowerDNS Authoritative Server version 4.2 and later support dynamic DNS records. These records contain small snippets of configuration that enable dynamic -behaviour based on requester IP address, requester's EDNS Client Subnet, +behaviour based on requestor IP address, requestor's EDNS Client Subnet, server availability or other factors. Capabilities range from very simple to highly advanced multi-pool @@ -66,7 +66,7 @@ Another example using :func:`pickclosest`:: www IN LUA A "pickclosest({'192.0.2.1','192.0.2.2','198.51.100.1'})" This uses the GeoIP backend to find indications of the geographical location of -the requester and the listed IP addresses. It will return with one of the closest +the requestor and the listed IP addresses. It will return with one of the closest addresses. :func:`pickclosest` and :func:`ifportup` can be combined as follows:: -- 2.47.2