From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:07:33 +0000 (-0400) Subject: spelling: below X-Git-Tag: dnsdist-1.9.0-alpha2~3^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ea5cfefa8beed53c97b033f6301142a6ccb1f36;p=thirdparty%2Fpdns.git spelling: below Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/lua-records/reference/dnsresourcerecord.rst b/docs/lua-records/reference/dnsresourcerecord.rst index dba9428cb6..a0810e444d 100644 --- a/docs/lua-records/reference/dnsresourcerecord.rst +++ b/docs/lua-records/reference/dnsresourcerecord.rst @@ -24,7 +24,7 @@ Functions and methods of a ``DNSResourceRecord`` :param int domainId: The optional domain ID of the zone the record belongs to :param int auth: ? - .. todo complete LUA example bellow + .. todo complete LUA example below .. code-block:: lua name = newDN("www.example.org.") diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 2dae142792..9d5d6a46b8 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -962,7 +962,7 @@ The following actions exist. Removes given type(s) records from the response. Beware you can accidentally turn the answer into a NODATA response without a SOA record in the additional section in which case you may want to use :func:`NegativeAndSOAAction` to generate an answer, - see example bellow. + see example below. Subsequent rules are processed after this action. .. code-block:: Lua