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

index b419ab62f38b4473719ceb632539fad063fb7544..6b52aed9fec12c88607424feb176036643efc71d 100644 (file)
--- a/dnssec.c
+++ b/dnssec.c
@@ -912,7 +912,7 @@ ldns_dnssec_create_nsec3(const ldns_dnssec_name *from,
        cur_rrsets = from->rrsets;
        while (cur_rrsets) {
                /* Do not include non-authoritative rrsets on the delegation point
-                * in the type bitmap. Potentionally not skipping insecure
+                * in the type bitmap. Potentially not skipping insecure
                 * delegation should have been done earlier, in function
                 * ldns_dnssec_zone_create_nsec3s, or even earlier in:
                 * ldns_dnssec_zone_sign_nsec3_flg .