]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Documentation typo correction: failyre -> failure 52/head
authorximon18 <3304436+ximon18@users.noreply.github.com>
Thu, 24 Oct 2019 09:14:37 +0000 (11:14 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2019 09:14:37 +0000 (11:14 +0200)
ldns/rr.h

index 89cc0b6f0046dbc2a0ca978148e889625cd4f49e..b56b23867f5121431047c113792c087d0841bcbf 100644 (file)
--- 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);