]> granicus.if.org Git - pdns/commitdiff
Fix typo
authorWim <wim@42.be>
Tue, 21 Nov 2017 13:17:58 +0000 (14:17 +0100)
committerWim <wim@42.be>
Tue, 21 Nov 2017 13:17:58 +0000 (14:17 +0100)
pdns/dnsdistdist/docs/rules-actions.rst

index 317e7b94acc349bb2c45cc7f3d12f92d3c8a81d8..583916de311b3b77383f037fe6c4c986b348e449 100644 (file)
@@ -384,7 +384,7 @@ These ``DNSRule``\ s be one of the following items:
 
 .. function:: MaxQPSIPRule(qps[, v4Mask[, v6Mask[, burst]]])
 
-  Matches traffic for a subnet specified by ``v4Mask`` or ``v6Mask`` exceeding ``qps`` queries per second upto ``burst`` allowed 
+  Matches traffic for a subnet specified by ``v4Mask`` or ``v6Mask`` exceeding ``qps`` queries per second up to ``burst`` allowed 
 
   :param int qps: The number of queries per second allowed, above this number traffic is matched
   :param int v4Mask: The IPv4 netmask to match on. Default is 32 (the whole address)