]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review 11991/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 22 Sep 2022 15:12:22 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2022 15:12:22 +0000 (17:12 +0200)
Co-authored-by: Matt Nordhoff <mnordhoff@mattnordhoff.com>
pdns/recursordist/docs/upgrade.rst

index 766e90a68d67934951e736aef1719d209e1fc896..2f8d95487aa3a8a2e179ab65b22ca0733a393db0 100644 (file)
@@ -18,15 +18,15 @@ New settings
 ^^^^^^^^^^^^
 - The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
 - The :ref:`setting-serve-stale-extensions` setting to control the new ``Serve Stale`` feature has been introduced.
-- The :ref:`setting record-cache-locked-ttl-perc` settinsg to control locking of records sets in the record cache has been introduced.
-- The :ref:`setting-edns-padding-out` settings to control EDNS padding for outgoing DoT has been introduced.
+- The :ref:`setting record-cache-locked-ttl-perc` setting to control locking of record sets in the record cache has been introduced.
+- The :ref:`setting-edns-padding-out` setting to control EDNS padding for outgoing DoT has been introduced.
 - The :ref:`setting-structured-logging-backend` setting to control the type of structiured logging to ``journald`` has been introduced.
 
 :program:`rec_control` changes
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 The ``dump-throttle`` and ``dump-edns`` subcommands no longer produces a table per thread, as the corresponding tables are now shared by all threads.
 Additionally, the ``dump-edns`` command  now only lists IPs that have a not OK status.
-The ``dump-nsspeeds`` command has changed format to make it more readbale and lists the last round trip time recorded for each address.
+The ``dump-nsspeeds`` command has changed format to make it more readable and lists the last round trip time recorded for each address.
 
 4.7.2 to 4.7.3
 --------------