]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist kvs docs: fix typo 13309/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 29 Sep 2023 08:09:10 +0000 (10:09 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 29 Sep 2023 08:09:10 +0000 (10:09 +0200)
.github/actions/spell-check/expect.txt
pdns/dnsdistdist/docs/reference/kvs.rst

index fd2ba46eeedfb00f702fe25205f66652309427fd..04155679ef24e4459a53ddc0cdac294e4dbfdc3d 100644 (file)
@@ -1140,7 +1140,6 @@ redhat
 redjack
 reentrantly
 refman
-refreh
 refuseds
 reid
 reimplementation
index f39c5c6254bacdf4ad23c1ab0259db9f8b12b22b..4381e6aebb7ae738f923bc21398c136535c153ff 100644 (file)
@@ -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