From: Remi Gacogne Date: Wed, 12 Oct 2022 08:42:03 +0000 (+0200) Subject: Fix spell-checking issues X-Git-Tag: dnsdist-1.8.0-rc1~279^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d14d65ec67a5911fce668b3d514512e777b9b0ae;p=thirdparty%2Fpdns.git Fix spell-checking issues --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index d7c949e157..cd7e932a26 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -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 diff --git a/pdns/recursordist/docs/changelog/4.8.rst b/pdns/recursordist/docs/changelog/4.8.rst index 0435ad9df4..7a8ebe691d 100644 --- a/pdns/recursordist/docs/changelog/4.8.rst +++ b/pdns/recursordist/docs/changelog/4.8.rst @@ -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 diff --git a/pdns/recursordist/docs/getting-started.rst b/pdns/recursordist/docs/getting-started.rst index 9fb2cbdba0..9a31549963 100644 --- a/pdns/recursordist/docs/getting-started.rst +++ b/pdns/recursordist/docs/getting-started.rst @@ -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 `_. +On OpenBSD, :program:`Recursor` is available through the `OpenBSD ports system `_. Run ``pkg_add powerdns-recursor`` as root to install. MacOS diff --git a/pdns/recursordist/docs/lua-config/protobuf.rst b/pdns/recursordist/docs/lua-config/protobuf.rst index bf6cf3c1c1..4e72b35e35 100644 --- a/pdns/recursordist/docs/lua-config/protobuf.rst +++ b/pdns/recursordist/docs/lua-config/protobuf.rst @@ -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 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 523182d832..799e5bf6cb 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -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``.