From f222508dd82b1ce0f4532d4a6300ce8ab928c189 Mon Sep 17 00:00:00 2001 From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Thu, 24 Oct 2019 11:14:37 +0200 Subject: [PATCH] Documentation typo correction: failyre -> failure --- ldns/rr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3