From: Peter van Dijk Date: Fri, 29 Sep 2023 08:09:10 +0000 (+0200) Subject: dnsdist kvs docs: fix typo X-Git-Tag: rec-5.0.0-alpha2~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13309%2Fhead;p=thirdparty%2Fpdns.git dnsdist kvs docs: fix typo --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index fd2ba46eee..04155679ef 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1140,7 +1140,6 @@ redhat redjack reentrantly refman -refreh refuseds reid reimplementation diff --git a/pdns/dnsdistdist/docs/reference/kvs.rst b/pdns/dnsdistdist/docs/reference/kvs.rst index f39c5c6254..4381e6aebb 100644 --- a/pdns/dnsdistdist/docs/reference/kvs.rst +++ b/pdns/dnsdistdist/docs/reference/kvs.rst @@ -131,7 +131,7 @@ If the value found in the LMDB database for the key '\\8powerdns\\3com\\0' was ' .. versionadded:: 1.4.0 Return a new KeyValueStore object associated to the corresponding CDB database. The modification time - of the CDB file will be checked every 'refrehDelay' second and the database re-opened if needed. + of the CDB file will be checked every 'refreshDelay' second and the database re-opened if needed. :param string filename: The path to an existing CDB database :param int refreshDelays: The delay in seconds between two checks of the database modification time. 0 means disabled