From: Josh Soref Date: Mon, 14 Jun 2021 00:37:15 +0000 (-0400) Subject: spelling: given X-Git-Tag: 1.8.0-rc.1~25^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6294f8e17cffcf4c226205533844bd66e3812927;p=thirdparty%2Fldns.git spelling: given Signed-off-by: Josh Soref --- diff --git a/ldns/dnssec_zone.h b/ldns/dnssec_zone.h index d581c106..325a1d6f 100644 --- a/ldns/dnssec_zone.h +++ b/ldns/dnssec_zone.h @@ -204,7 +204,7 @@ ldns_status ldns_dnssec_rrsets_set_type(ldns_dnssec_rrsets *rrsets, ldns_status ldns_dnssec_rrsets_add_rr(ldns_dnssec_rrsets *rrsets, ldns_rr *rr); /** - * Print the given list of rrsets to the fiven file descriptor + * Print the given list of rrsets to the given file descriptor * * \param[in] out the file descriptor to print to * \param[in] rrsets the list of RRsets to print @@ -215,7 +215,7 @@ void ldns_dnssec_rrsets_print(FILE *out, bool follow); /** - * Print the given list of rrsets to the fiven file descriptor + * Print the given list of rrsets to the given file descriptor * * \param[in] out the file descriptor to print to * \param[in] fmt the format of the textual representation