]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix spell-checking issues
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 12 Oct 2022 08:42:03 +0000 (10:42 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 12 Oct 2022 08:42:03 +0000 (10:42 +0200)
.github/actions/spell-check/expect.txt
pdns/recursordist/docs/changelog/4.8.rst
pdns/recursordist/docs/getting-started.rst
pdns/recursordist/docs/lua-config/protobuf.rst
pdns/recursordist/docs/upgrade.rst

index d7c949e157505363f1ac5f96b323fcebf595f560..cd7e932a26a9ebebfb0da406c8f67c428f631130 100644 (file)
@@ -1,4 +1,4 @@
-aaarecord
+aaaarecord
 aae
 aaldering
 ababd
@@ -364,6 +364,7 @@ DHCID
 DHCP
 dhcpd
 dhcpdupdate
+diffie
 diffs
 DIGESTALGOS
 Digitalus
@@ -799,6 +800,7 @@ journald
 jpmens
 json
 jsonstat
+jsrender
 Juergen
 jumpbox
 Juraj
@@ -1174,6 +1176,7 @@ openapi
 openbsd
 opendbx
 openpgpkey
+openports
 opensc
 openssl
 opensuse
@@ -1226,6 +1229,7 @@ pdnsldap
 pdnslog
 pdnsodbx
 pdnsrandom
+pdnsrec
 pdnssec
 pdnsutil
 Peeters
@@ -1345,6 +1349,7 @@ qtype
 qtypelist
 querycache
 querycount
+querytime
 quickstart
 qytpe
 ragel
@@ -1827,6 +1832,7 @@ Verschuren
 versionadded
 versionchanged
 versionmodified
+Viala
 viewcode
 virtualized
 visitedlinkcolor
index 0435ad9df4c832ac58e9ee2801e3ed41bb7e3a46..7a8ebe691d67756d5dabd9a721cfedcb7fa2eed7 100644 (file)
@@ -117,7 +117,7 @@ Changelogs for 4.8.X
     :tags: Improvements
     :pullreq: 11957
 
-    Use ``nullptr`` in ``getNSEC3PARAM`` + init ``bool`` at callsite (Axel Viala).
+    Use ``nullptr`` in ``getNSEC3PARAM`` + init ``bool`` at call site (Axel Viala).
 
   .. change::
     :tags: Improvements
index 9fb2cbdba08b92724414377b4cd2408594c15d80..9a31549963cbcfd94cf88c3b642a1cc6ea932083 100644 (file)
@@ -28,7 +28,7 @@ To compile yourself from ports, run ``cd /usr/ports/dns/powerdns-recursor/ && ma
 
 OpenBSD
 ^^^^^^^
-On OpenBSDd, :program:`Recursor` is available through the `OpenBSD ports system <https://openports.se/net/powerdns_recursor>`_.
+On OpenBSD, :program:`Recursor` is available through the `OpenBSD ports system <https://openports.se/net/powerdns_recursor>`_.
 Run ``pkg_add powerdns-recursor`` as root to install.
 
 MacOS
index bf6cf3c1c16c66f5651fdee1ea5ae5ad7394d250..4e72b35e358e21f6738fa7feb9b1941450753be9 100644 (file)
@@ -145,7 +145,7 @@ The recursor must have been built with configure ``--enable-dnstap`` to make thi
 
   Send dnstap formatted message for :ref:`Newly Observed Domain` and :ref:`Unique Domain Response`.
   ``Message.type`` will be set to ``CLIENT_QUERY`` for NOD and ``RESOLVER_RESPONSE`` for UDR. The concerned domain name will be attached in the ``Message.query_zone`` field.
-  UDR notifiations will get the reply attached to the ``response_message`` field.
+  UDR notifications will get the reply attached to the ``response_message`` field.
 
   :param servers: Either a pathname of a unix domain socket starting with a slash or the IP:port to connect to, or a list of those. If more than one server is configured, all messages are sent to every server.
   :type servers: string or list of strings
index 523182d832960ab9c003b7da22a7b790944b0397..799e5bf6cbb157e230b6c57bc4f30f2ee56440a6 100644 (file)
@@ -9,7 +9,7 @@ When upgrading several versions, please read **all** notes applying to the upgra
 
 Structured logging
 ^^^^^^^^^^^^^^^^^^
-All logging (except query tracing) has been converted to stuctured logging.
+All logging (except query tracing) has been converted to structured logging.
 Switch to old style logging by setting the :ref:`setting-structured-logging` setting to ``no``.
 When using ``systemd``, structured logging information will be sent to ``journald`` using formatted text strings that list the key-value pairs and are human readable.
 Switch to native key-value pair logging (more suitable for automated log processing) by setting :ref:`setting-structured-logging-backend` on the command line to ``systemd-journal``.