]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo
authorBrian Rak <dn@devicenull.org>
Wed, 18 Oct 2023 20:09:30 +0000 (20:09 +0000)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 6 Feb 2024 12:44:39 +0000 (13:44 +0100)
docs/lua-records/functions.rst

index a2aec80da4390bc6b338785ed10f877a81ad5197..fc4a4fd68abb6957b8161a3a693b71dd738ba83b 100644 (file)
@@ -239,7 +239,7 @@ Record creation functions
   This allows basic persistent load balancing across a number of backends.  It means that
   test.example.com will always resolve to the same IP, but test2.example.com may go elsewhere.
 
-  This works similar to round-robin load balanacing, but has the advantage of making traffic
+  This works similar to round-robin load balancing, but has the advantage of making traffic
   for the same domain always end up on the same server which can help cache hit rates.
 
   This function also works for CNAME or TXT records.