From 1ab864396b3999a8032a1831aea24ad3d566e51f Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 14 Oct 2025 15:21:54 +0200 Subject: [PATCH] Typo Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- pdns/recursordist/rec-rust-lib/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3