]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: the
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 18:46:05 +0000 (14:46 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 19:22:37 +0000 (15:22 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/dnsupdate.rst
pdns/dnsdistdist/docs/reference/dnscrypt.rst

index 6088ed51682b8660c15e993c46d62c87bce95ac0..f41c45351b98db319cbc0f00a2f29df99db8bcee 100644 (file)
@@ -421,7 +421,7 @@ PowerDNS.
 11. The prerequisite checks are performed (section 3.2 of :rfc:`2136 <2136#section-3.2>`). If a
     check fails, the corresponding RCode is returned. No further
     processing will happen.
-12. Per record in the update message, the prescan checks are
+12. Per record in the update message, the prescan checks are
     performed. If the prescan fails, the corresponding RCode is
     returned. If the prescan for the record is correct, the actual
     update/delete/modify of the record is performed. If the update fails
index 02dc7ec685aa5cc22c12a8e6a84f3c3e50e6e167..97bc83dcb6047ecdf849226890484eff628f46cc 100644 (file)
@@ -183,7 +183,7 @@ Context
     tied to it.
 
     :param string certificate: Path to a certificate file
-    :param string keyfile: Path to the corresponding key file
+    :param string keyfile: Path to the corresponding key file
     :param bool active: Whether the certificate should be marked as active. Default is true
 
   .. method:: DNSCryptContext:markActive(serial)