]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fixed some typos reported in #1395 by rezky_nightky.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 23 Feb 2026 15:17:40 +0000 (16:17 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 23 Feb 2026 15:17:40 +0000 (16:17 +0100)
doc/Changelog
doc/example.conf.in

index dc7968c0616293c41c9d381809d34bf503707f64..2219c3d5040d9e991c4879f8a9304ab687515fcb 100644 (file)
@@ -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
index d5499b356bc30a2b8365e01545fb703dfd136353..68b78b9d2dd6faffb9b95abf15bdcf0949dc1479 100644 (file)
@@ -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