]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: digestible
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:32:49 +0000 (17:32 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
tsig.c

diff --git a/tsig.c b/tsig.c
index c3c265b04d5ac076baa4476a1791e304a19fcf97..26a1e73f1d7aa40ae204f98c6ba2ee836c47e8e8 100644 (file)
--- 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) {