]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: a
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 20 May 2025 12:41:26 +0000 (08:41 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 1 Jul 2025 13:16:28 +0000 (09:16 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/docs/reference/ebpf.rst
pdns/dnsdistdist/docs/reference/protobuf.rst
pdns/recursordist/docs/changelog/4.4.rst
pdns/recursordist/docs/changelog/4.8.rst
pdns/recursordist/docs/running.rst
pdns/recursordist/rec-rust-lib/docs-new-preamble-in.rst
regression-tests/tests/nxdomain-for-unknown-record/description

index 0f95511d5cd48fb6b259779544d6dfd6de641571..e4a54007d60f0b15aac428cdeb1dd5390537bdbc 100644 (file)
@@ -139,7 +139,7 @@ These are all the functions, objects and methods related to the :doc:`../advance
 
 .. class:: DynBPFFilter
 
-  Represents an dynamic eBPF filter, allowing the use of ephemeral rules to an existing eBPF filter. Note that since 1.6.0 the default BPF filter set via :func:`setDefaultBPFFilter` will automatically be used by a :ref:`DynBlockRulesGroup`, becoming the preferred way of dealing with ephemeral rules.
+  Represents a dynamic eBPF filter, allowing the use of ephemeral rules to an existing eBPF filter. Note that since 1.6.0 the default BPF filter set via :func:`setDefaultBPFFilter` will automatically be used by a :ref:`DynBlockRulesGroup`, becoming the preferred way of dealing with ephemeral rules.
 
   .. method:: DynBPFFilter:purgeExpired()
 
index 27c0a7e5131cbcc4729828c759bad7b72a2522bb..5735c2f1435551530985f25bcd75488babfab9a1 100644 (file)
@@ -135,4 +135,4 @@ Protobuf Logging Reference
 
   .. method:: DNSDistProtoBufMessage:toDebugString() -> string
 
-    Return an string containing the content of the message
+    Return a string containing the content of the message
index 8afaee00504b3d9ce586659d78e02d13753eb60c..4019ce905115a43694d22e192305136adb9611fe 100644 (file)
@@ -480,7 +480,7 @@ Changelogs for 4.4.x
     :tags: Internals, Bug Fixes
     :pullreq: 9302
 
-    Kill an signed vs unsigned warning on OpenBSD.
+    Kill a signed vs unsigned warning on OpenBSD.
 
   .. change::
     :tags: Improvements
index 41e6bc75c464d7c41cb4698a9d978fdd551d876a..a5a63b95976f9c4c1dcfecea33ef80f29b8df723 100644 (file)
@@ -192,7 +192,7 @@ Changelogs for 4.8.X
     :pullreq: 12418
     :tickets: 12374
 
-    Make cache cleaning of record an negative cache more fair when under pressure.
+    Make cache cleaning of record a negative cache more fair when under pressure.
 
   .. change::
     :tags: Bug Fixes
index 583f749b947b2d5f4f2837231b41bb46ea5ac16b..e866dbaf18ca52e1723766828eba1d7ff27fa557 100644 (file)
@@ -16,7 +16,7 @@ This means that looking into the logs that are produced, `journalctl <https://ww
 
 Additionally, the Recursor *can* log to syslog on these systems.
 Logging to syslog is disabled in the unit file to prevent double logging.
-To enable this, create an drop in unit file at ``/etc/systemd/systemd/pdns-recursor.service.d/use-syslog.conf``::
+To enable this, create a drop in unit file at ``/etc/systemd/systemd/pdns-recursor.service.d/use-syslog.conf``::
 
     [Service]
     ExecStart=
index 1f795aae65ad6f373db200c13c5f752eb2801928..8a6606b5692f46260a25ba77e31a87d0e03e7b8a 100644 (file)
@@ -71,7 +71,7 @@ Merging multiple setting files
 ------------------------------
 If `recursor.include_dir`_ is set, all ``.yml`` files in it will be processed in alphabetical order, modifying the  settings processed so far.
 
-For simple values like an boolean or number setting, a value in the processed file will overwrite an existing setting.
+For simple values like a boolean or number setting, a value in the processed file will overwrite an existing setting.
 
 For values of type sequence, the new value will *replace* the existing value if the existing value is equal to the ``default`` or if the new value is marked with the ``!override`` tag.
 Otherwise, the existing value will be *extended* with the new value by appending the new sequence to the existing.
@@ -119,7 +119,7 @@ After processing ``extra.yml`` the value will be set to the empty sequence, as e
            forwarders:
            - '::2'
 
-   The result will *not* be a single forward with two IP addresses, but two entries for ``example.net``.
+   The result will *not* be a single forward with two IP addresses, but two entries for ``example.net``.
    It depends on the specific setting how the sequence is processed and interpreted further.
 
 Description of YAML syntax for structured types
index a046bf80d432aa338effabe29a08cf8ce7a1f823..0e0e1a1a727da758e13a2dc18442fef66238b3af 100644 (file)
@@ -1,3 +1,3 @@
 When authoritative for a domain and sure that the entire record does not
-exist, an no referral NS is available, send an empty packet with 'NXDOMAIN'
+exist, a no referral NS is available, send an empty packet with 'NXDOMAIN'
 in the flags ('data error').