From: Brian Rak Date: Wed, 18 Oct 2023 20:09:30 +0000 (+0000) Subject: Fix typo X-Git-Tag: dnsdist-1.9.0~7^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f76484b726a0ecd5ee5e62a1464fce40b210bd1a;p=thirdparty%2Fpdns.git Fix typo --- diff --git a/docs/lua-records/functions.rst b/docs/lua-records/functions.rst index a2aec80da4..fc4a4fd68a 100644 --- a/docs/lua-records/functions.rst +++ b/docs/lua-records/functions.rst @@ -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.