From: Daniel Kahn Gillmor Date: Thu, 14 Apr 2022 00:41:45 +0000 (-0700) Subject: Spell "success" and "false" correctly. X-Git-Tag: 1.8.2-rc.1~15^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36317a1f978c89b3ff6bf54b56134cb515d0c438;p=thirdparty%2Fldns.git Spell "success" and "false" correctly. "falsed" is actually a word, but I think "false" was intended here. --- 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);