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

index 6b52aed9fec12c88607424feb176036643efc71d..63fece5299257a80bf57104ff1adf0f0e01379a4 100644 (file)
--- a/dnssec.c
+++ b/dnssec.c
@@ -434,7 +434,7 @@ ldns_key_buf2rsa_raw(const unsigned char* key, size_t len)
                        return NULL;
                /* need some smart comment here XXX*/
                /* the exponent is too large so it's places
-                * futher...???? */
+                * further...???? */
                memmove(&int16, key+1, 2);
                exp = ntohs(int16);
                offset = 3;
index 83830c65164a5fb718dd31c15933fe98e3e3ca63..f8ff966f06102f5c205fbb6ae40694a5f0799788 100644 (file)
@@ -2174,7 +2174,7 @@ ldns_pkt2buffer_str_fmt(ldns_buffer *output,
 
                }
                ldns_buffer_printf(output, "\n");
-               /* add some futher fields */
+               /* add some further fields */
                ldns_buffer_printf(output, ";; Query time: %d msec\n",
                                ldns_pkt_querytime(pkt));
                if (ldns_pkt_edns(pkt)) {