* 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);
* 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);