]> granicus.if.org Git - pdns/commitdiff
dnsdist: Fix 'collisons' typo in the docs
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 18 Jan 2019 14:06:53 +0000 (15:06 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 18 Jan 2019 14:06:53 +0000 (15:06 +0100)
pdns/dnsdistdist/docs/reference/config.rst

index b66838611783046aa0b6e00c6f13a20bb33b3a56..694b4b7ef4f53f29d1c1ddee80029350d4fc5ced 100644 (file)
@@ -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)