]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Make a few stray American English "requesters" British 14531/head
authorAndrew Imeson <andrew@andrewimeson.com>
Fri, 26 Jul 2024 13:02:49 +0000 (09:02 -0400)
committerAndrew Imeson <andrew@andrewimeson.com>
Fri, 26 Jul 2024 15:21:42 +0000 (11:21 -0400)
"requestor" is the more common spelling in the documentation

docs/lua-records/index.rst

index 151225fa0533746c296224b85edae4d1306d3604..1216675889431d32afd14013bd90fee3266feff3 100644 (file)
@@ -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::