]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update dq.rst 11047/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Mon, 29 Nov 2021 22:08:16 +0000 (15:08 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 22:08:16 +0000 (15:08 -0700)
pdns/recursordist/docs/lua-scripting/dq.rst

index f1becb4e45b38c10dc6e4804853f0e690287a86f..1eac47732566efbc2207a1cd7e6dc87ce334d83d 100644 (file)
@@ -170,7 +170,7 @@ The DNSQuestion object contains at least the following fields:
 
       The result of the DNSSEC validation, accessible from the ``postresolve``, ``nxdomain`` and ``nodata`` hooks.
       Possible states are ``pdns.validationstates.Indeterminate``, ``pdns.validationstates.Bogus``, ``pdns.validationstates.Insecure`` and ``pdns.validationstates.Secure``.
-      The result will always be ``pdns.validationstates.Indeterminate`` is validation is disabled or was not requested.
+      The result will always be ``pdns.validationstates.Indeterminate`` if validation is disabled or was not requested.
 
   .. attribute:: DNSQuestion.detailedValidationState