]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix spelling in localzone.h comment.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 16 Jul 2021 08:28:09 +0000 (10:28 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 16 Jul 2021 08:28:09 +0000 (10:28 +0200)
doc/Changelog
services/localzone.h

index 4a6231df190490a5a5f5700af2d80f1add1546d5..6863c23c949fc48334bd61f3c6e492e792ac9152 100644 (file)
@@ -3,6 +3,7 @@
          defined.
        - Fix for #510: in depth, use ifdefs for windows api event calls.
        - Fix spelling in doc/unbound.doxygen comment.
+       - Fix spelling in localzone.h comment.
 
 6 July 2021: Wouter
        - iana portlist update.
index 3da5c8754bf3fab5eff23c25131dcfc1f4e49c37..b52d81dc72cba028d5bcf2d71d4f2e24afe86773 100644 (file)
@@ -158,7 +158,7 @@ struct local_zone {
        rbtree_type data;
        /** if data contains zone apex SOA data, this is a ptr to it. */
        struct ub_packed_rrset_key* soa;
-       /** if data contains zone apex SOA data, this is a prt to an
+       /** if data contains zone apex SOA data, this is a ptr to an
         * artificial negative SOA rrset (TTL is the minimum of the TTL and the
         * SOA.MINIMUM). */
        struct ub_packed_rrset_key* soa_negative;