From: Yorgos Thessalonikefs Date: Mon, 23 Feb 2026 15:17:40 +0000 (+0100) Subject: - Fixed some typos reported in #1395 by rezky_nightky. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb322f3e87efeb2db714ba93e63851a36c59fd93;p=thirdparty%2Funbound.git - Fixed some typos reported in #1395 by rezky_nightky. --- diff --git a/doc/Changelog b/doc/Changelog index dc7968c06..2219c3d50 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ 23 February 2026: Yorgos - Fix to disallow cache lookup/store in external cachedb when a forwarder/stub forbids it with the no-cache option. + - Fixed some typos reported in #1395 by rezky_nightky. 17 February 2026: Wouter - Fix to remove unused conditional from cookie timestamp at diff --git a/doc/example.conf.in b/doc/example.conf.in index d5499b356..68b78b9d2 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -662,7 +662,7 @@ server: # or, just before the iterator). # module-config: "validator iterator" - # File with trusted keys, kept uptodate using RFC5011 probes, + # File with trusted keys, kept up-to-date using RFC5011 probes, # initial file like trust-anchor-file, then it stores metadata. # Use several entries, one per domain name, to track multiple zones. # @@ -722,7 +722,7 @@ server: # val-max-restart: 5 # Should additional section of secure message also be kept clean of - # unsecure data. Useful to shield the users of this validator from + # non-secure data. Useful to shield the users of this validator from # potential bogus data in the additional section. All unsigned data # in the additional section is removed from secure messages. # val-clean-additional: yes