From: Otto Moerbeek Date: Fri, 8 Oct 2021 08:14:24 +0000 (+0200) Subject: Quating and spelling X-Git-Tag: dnsdist-1.7.0-alpha2~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10817%2Fhead;p=thirdparty%2Fpdns.git Quating and spelling --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 54651f2456..ebf5c9d225 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -739,6 +739,7 @@ innodb inode installable Internic +internic interop interoperability interoperation diff --git a/pdns/recursordist/docs/lua-config/ztc.rst b/pdns/recursordist/docs/lua-config/ztc.rst index 2ee551647c..1408076ca5 100644 --- a/pdns/recursordist/docs/lua-config/ztc.rst +++ b/pdns/recursordist/docs/lua-config/ztc.rst @@ -13,7 +13,7 @@ To load the root zone from Internic into the recursor once at startup and when t .. code-block:: Lua - zoneToCache(".", "url", 'https://www.internic.net/domain/root.zone', { refreshPeriod = 0 }) + zoneToCache(".", "url", "https://www.internic.net/domain/root.zone", { refreshPeriod = 0 }) Configuration ^^^^^^^^^^^^^