From: Remi Gacogne Date: Fri, 18 Jan 2019 14:06:53 +0000 (+0100) Subject: dnsdist: Fix 'collisons' typo in the docs X-Git-Tag: rec-4.2.0-alpha1~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7391%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix 'collisons' typo in the docs --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index b668386117..694b4b7ef4 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -610,7 +610,7 @@ See :doc:`../guides/cache` for a how to. .. versionadded:: 1.3.4 - Return the cache stats (number of entries, hits, misses, deferred lookups, deferred inserts, lookup collisions, insert collisons and TTL too shorts) as a Lua table. + Return the cache stats (number of entries, hits, misses, deferred lookups, deferred inserts, lookup collisions, insert collisions and TTL too shorts) as a Lua table. .. method:: PacketCache:isFull() -> bool @@ -618,7 +618,7 @@ See :doc:`../guides/cache` for a how to. .. method:: PacketCache:printStats() - Print the cache stats (number of entries, hits, misses, deferred lookups, deferred inserts, lookup collisions, insert collisons and TTL too shorts). + Print the cache stats (number of entries, hits, misses, deferred lookups, deferred inserts, lookup collisions, insert collisions and TTL too shorts). .. method:: PacketCache:purgeExpired(n)