From 36317a1f978c89b3ff6bf54b56134cb515d0c438 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 13 Apr 2022 17:41:45 -0700 Subject: [PATCH] Spell "success" and "false" correctly. "falsed" is actually a word, but I think "false" was intended here. --- ldns/zone.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldns/zone.h b/ldns/zone.h index f30d7c48..805661f8 100644 --- a/ldns/zone.h +++ b/ldns/zone.h @@ -97,7 +97,7 @@ void ldns_zone_set_rrs(ldns_zone *z, ldns_rr_list *rrlist); * copying, so the rr_list structure inside z is modified! * \param[in] z the zone to add to * \param[in] list the list to add - * \return a true on succes otherwise falsed + * \return a true on success otherwise false */ bool ldns_zone_push_rr_list(ldns_zone *z, const ldns_rr_list *list); @@ -106,7 +106,7 @@ bool ldns_zone_push_rr_list(ldns_zone *z, const ldns_rr_list *list); * copying, so the rr_list structure inside z is modified! * \param[in] z the zone to add to * \param[in] rr the rr to add - * \return a true on succes otherwise falsed + * \return a true on success otherwise false */ bool ldns_zone_push_rr(ldns_zone *z, ldns_rr *rr); -- 2.47.3