]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
typo svn:NO TEST
authorMatthijs Mekking <matje@nlnetlabs.nl>
Thu, 4 Mar 2010 15:24:51 +0000 (15:24 +0000)
committerMatthijs Mekking <matje@nlnetlabs.nl>
Thu, 4 Mar 2010 15:24:51 +0000 (15:24 +0000)
git-svn-id: file:///svn/unbound/trunk@2010 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
validator/val_kentry.h

index 99dd96818b6847aec125789fe0647374d841562d..ed3419ea77bff68a928331e94c7d0e9448d96f6a 100644 (file)
@@ -24,7 +24,7 @@
        - Fix scrubber bug that potentially let NS records through.  Reported
          by Amanda Constant.
        - Also delete potential poison references from additional.
-       - Fix: no classification of a forwarder as lame, throwaway instead.
+       - Fix: no classification of a forwarder as lame, throw away instead.
 
 23 February 2010: Wouter
        - libunbound ub_ctx_get_option() added.
index a63d1a05093ec89ce5d94c1a90f399fc4a8cafe6..07106e0a6173b7ead16afa69c79b4fd6d6588cc1 100644 (file)
@@ -78,7 +78,7 @@ struct key_entry_data {
        uint32_t ttl;
        /** the key rrdata. can be NULL to signal keyless name. */
        struct packed_rrset_data* rrset_data;
-       /** notNULL sometimes to give reason why bogus */
+       /** not NULL sometimes to give reason why bogus */
        char* reason;
        /** DNS RR type of the rrset data (host order) */
        uint16_t rrset_type;