From: Otto Moerbeek Date: Tue, 14 Oct 2025 13:21:54 +0000 (+0200) Subject: Typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16232%2Fhead;p=thirdparty%2Fpdns.git Typo Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index 74438254b0..1740e3496a 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -3650,7 +3650,7 @@ Addresses of servers that do not properly support DNS cookies (:rfc:`7873`, :rfc 'help' : 'Sequence of OutgoingTLSConfiguration', 'doc' : ''' Configurations used for outgoing DoT connections. -A DoT connection is matched against the subnets lists (using the remote IP) and if that does not provide a match the namserver name is matched against the suffixes lists. When a macth is found, the corresponding DoT configuration is used. +A DoT connection is matched against the subnets lists (using the remote IP) and if that does not provide a match the nameserver name is matched against the suffixes lists. When a match is found, the corresponding DoT configuration is used. ''', 'skip-old' : 'No equivalent old style setting', 'versionadded': '5.4.0',