From: Josh Soref Date: Sun, 13 Jun 2021 21:32:49 +0000 (-0400) Subject: spelling: digestible X-Git-Tag: 1.8.0-rc.1~25^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a221b1cf80d78192a3c1aef1990ac1fcb85290;p=thirdparty%2Fldns.git spelling: digestible Signed-off-by: Josh Soref --- diff --git a/tsig.c b/tsig.c index c3c265b0..26a1e73f 100644 --- a/tsig.c +++ b/tsig.c @@ -196,7 +196,7 @@ ldns_tsig_mac_new(ldns_rdf **tsig_mac, const uint8_t *pkt_wire, size_t pkt_wire_ return LDNS_STATUS_MEM_ERR; } /* - * prepare the digestable information + * prepare the digestible information */ data_buffer = ldns_buffer_new(LDNS_MAX_PACKETLEN); if (!data_buffer) {