]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
DNSNameSet and QNameSetRule, minor changes in docs
authorRemi Gacogne <rgacogne@users.noreply.github.com>
Mon, 4 Mar 2019 14:47:57 +0000 (17:47 +0300)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2019 14:47:57 +0000 (17:47 +0300)
Co-Authored-By: andreydomas <andreydomas@users.noreply.github.com>
pdns/dnsdistdist/docs/rules-actions.rst

index 50b215b0c6d2354741bb93c0f97ada4a591246be..9d81173072c51f50ea1944f578525e4fc3132fd2 100644 (file)
@@ -611,7 +611,7 @@ These ``DNSRule``\ s be one of the following items:
    :param string qname: Qname to match
 
 .. function:: QNameSetRule(set)
-  Matches if the set contains excact qname.
+  Matches if the set contains exact qname.
 
    To match subdomain names, see :func:`SuffixMatchNodeRule`.