]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo in dnsdist docs for SuffixMatchNodeRule 10248/head
authorCool Fire <coolfire@insomnia247.nl>
Wed, 31 Mar 2021 08:02:54 +0000 (10:02 +0200)
committerCool Fire <coolfire@insomnia247.nl>
Wed, 31 Mar 2021 08:02:54 +0000 (10:02 +0200)
Typo in param name listing.

pdns/dnsdistdist/docs/rules-actions.rst

index 77c148a15e454b5cb9365b529465fb6f5eec780b..baa3a60eb52585231d33ee82e86176c5d374a25c 100644 (file)
@@ -699,7 +699,7 @@ These ``DNSRule``\ s be one of the following items:
 
   To match domain names exactly, see :func:`QNameSetRule`.
 
-  :param SuffixMatchNode smb: The SuffixMatchNode to match on
+  :param SuffixMatchNode smn: The SuffixMatchNode to match on
   :param bool quiet: Do not display the list of matched domains in Rules. Default is false.
 
 .. function:: TagRule(name [, value])