diff --git a/doc/Changelog b/doc/Changelog index 99dd96818..ed3419ea7 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/validator/val_kentry.h b/validator/val_kentry.h index a63d1a050..07106e0a6 100644 --- a/validator/val_kentry.h +++ b/validator/val_kentry.h @@ -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;