]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec docs: fix spelling error (lifetimeof is not a word) 11935/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 12 Sep 2022 07:41:36 +0000 (09:41 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 12 Sep 2022 07:41:36 +0000 (09:41 +0200)
pdns/recursordist/docs/appendices/internals.rst

index fb73a3fd5e5f24e8de50dc38e2e59ec454c395ab..371ac1970fbcdebe54ac2ab4ce700b090ea486bf 100644 (file)
@@ -463,7 +463,7 @@ This is a mechanism that allows records in the record cache that are expired
 but that cannot be refreshed (due to network or authoritative server issues) to be served anyway.
 
 The :ref:`setting-serve-stale-extensions` determines how many times the records lifetime can be extended.
-Each extension of the lifetimeof a record lasts 30s.
+Each extension of the lifetime of a record lasts 30s.
 A value of 1440 means the maximum extra life time is 30 * 1440 seconds which is 12 hours.
 If the original TTL of a record was less than 30s, the original TTLs will be used as extension period.