From 6d43967e44e7ffe047e8eacc060c1873c4d3f3fa Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 29 Sep 2023 10:09:10 +0200 Subject: [PATCH] dnsdist kvs docs: fix typo --- .github/actions/spell-check/expect.txt | 1 - pdns/dnsdistdist/docs/reference/kvs.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2