]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: addresses
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 20 May 2025 13:26:14 +0000 (09:26 -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/recursordist/rec-rust-lib/docs-new-preamble-in.rst

index 8a6606b5692f46260a25ba77e31a87d0e03e7b8a..473ad18fb2a06a33994910d4574653ace9bcd865 100644 (file)
@@ -408,7 +408,7 @@ As of version 5.1.0, an RPZ entry is defined as
 .. versionchanged:: 5.3.0 The aliases ``defpol_override_local_data``, ``extended_error_code``, ``extended_error_extra``, ``include_soa``, ``ignore_duplicates``, ``policy_name``, ``overriddes_gettag``, ``zone_size_hint``, ``max_received_bytes``, ``local_address``, ``axfr_timeout``, ``dump_file``, ``seed_file`` have been introduced.
 
 If ``addresses`` is empty, the ``name`` field specifies the path name of the RPZ; otherwise, the ``name`` field defines the name of the RPZ.
-Starting with version 5.2.0, names instead of IP addresess can be used for ``addresses`` if
+Starting with version 5.2.0, names instead of IP addresses can be used for ``addresses`` if
 :ref:`setting-yaml-recursor.system_resolver_ttl` is set.
 
 An example of an ``rpzs`` entry, which is a sequence of `RPZ`_:
@@ -534,7 +534,7 @@ As of version 5.2.0, a forwarding catalog zone entry is defined as:
 While this setting has no equivalent old-style Lua configuration, it cannot appear together with :ref:`setting-lua-config-file` being set.
 If you want to use catalog zones to define forwards, you need to convert existing Lua configuration to YAML format.
 
-Names instead of IP addresess can be used for ``addresses`` if :ref:`setting-yaml-recursor.system_resolver_ttl` is set.
+Names instead of IP addresses can be used for ``addresses`` if :ref:`setting-yaml-recursor.system_resolver_ttl` is set.
 An example of a :ref:`setting-yaml-recursor.forwarding_catalog_zones` entry, which is a sequence of `ForwardingCatalogZone`_:
 
 .. code-block:: yaml