From 3b905e44c7e6e36934f56dc06148f02208ba07af Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 8 Oct 2021 10:14:24 +0200 Subject: [PATCH] Quating and spelling --- .github/actions/spell-check/expect.txt | 1 + pdns/recursordist/docs/lua-config/ztc.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ^^^^^^^^^^^^^ -- 2.47.2