From: Josh Soref Date: Sun, 13 Jun 2021 21:34:16 +0000 (-0400) Subject: spelling: preamble X-Git-Tag: 1.8.0-rc.1~25^2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1146b112ae6b83f13d6fa46a8896228cd8191466;p=thirdparty%2Fldns.git spelling: preamble Signed-off-by: Josh Soref --- diff --git a/dnssec.c b/dnssec.c index 71508600..b419ab62 100644 --- a/dnssec.c +++ b/dnssec.c @@ -1908,7 +1908,7 @@ ldns_convert_ecdsa_rrsig_rdf2asn1(ldns_buffer *target_buffer, const ldns_rdf *sig_rdf) { /* convert from two BIGNUMs in the rdata buffer, to ASN notation. - * ASN preable: 30440220 0220 + * ASN preamble: 30440220 0220 * the '20' is the length of that field (=bnsize). * the '44' is the total remaining length. * if negative, start with leading zero.