From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Thu, 24 Oct 2019 09:14:37 +0000 (+0200) Subject: Documentation typo correction: failyre -> failure X-Git-Tag: 1.8.0-rc.1~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F52%2Fhead;p=thirdparty%2Fldns.git Documentation typo correction: failyre -> failure --- diff --git a/ldns/rr.h b/ldns/rr.h index 89cc0b6f..b56b2386 100644 --- a/ldns/rr.h +++ b/ldns/rr.h @@ -525,7 +525,7 @@ void ldns_rr_set_class(ldns_rr *rr, ldns_rr_class rr_class); * \param[in] *rr the rr to operate on * \param[in] *f the rdf to set * \param[in] position the position the set the rdf - * \return the old value in the rr, NULL on failyre + * \return the old value in the rr, NULL on failure */ ldns_rdf* ldns_rr_set_rdf(ldns_rr *rr, const ldns_rdf *f, size_t position);