dnsdist: Fix small typos
authorWim <wim@42.be>
Tue, 1 Aug 2017 13:15:21 +0000 (15:15 +0200)
committerRemi Gacogne <rgacogne@users.noreply.github.com>
Tue, 1 Aug 2017 14:12:47 +0000 (16:12 +0200)
pdns/dnsdistdist/docs/advanced/ecs.rst
pdns/dnsdistdist/docs/reference/config.rst
pdns/dnsdistdist/docs/statistics.rst

index 2264031fd6dd5189b065156cb96409dd822548a7..b8ce4b2d01c8b8f9f750b73d66d970698d6f2954 100644 (file)
@@ -1,4 +1,4 @@
-Using ENDS Client Subnet
+Using EDNS Client Subnet
 ------------------------
 
 In order to provide the downstream server with the address of the real client, or at least the one talking to dnsdist, the ``useClientSubnet`` parameter can be used when creating a :func:`new server <newServer>`.
index 07e0ee731b5e080c6839e96095e26f594b90b5e4..2a0869152ab9487bc454021344df582fa43538e5 100644 (file)
@@ -514,7 +514,7 @@ Status, Statistics and More
   Optionally grouped by the rightmost ``labels`` DNS labels.
 
   :param int num: Number to show, defaults to 10
-  :param int limit: Show queries slower than this amount of miliseconds, defaults to 2000
+  :param int limit: Show queries slower than this amount of milliseconds, defaults to 2000
   :param int label: Number of labels to cut down to
 
 .. _dynblocksref:
index 53d18a18c247b1e443ddc77b355acd2218fbe607..3279b0ce1ec4335d4b06f421bc81f4155b6f655c 100644 (file)
@@ -17,11 +17,11 @@ Number of times an answer was not found in the :doc:`cache <guides/cache>`.
 
 cpu-sys-msec
 ------------
-Miliseconds spent by :program:`dnsdist` in the "system" state.
+Milliseconds spent by :program:`dnsdist` in the "system" state.
 
 cpu-user-msec
 -------------
-Miliseconds spent by :program:`dnsdist` in the "user" state.
+Milliseconds spent by :program:`dnsdist` in the "user" state.
 
 downstream-send-errors
 ----------------------