]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: although
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:31:52 +0000 (17:31 -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>
examples/ldns-verify-zone.c
keys.c

index 0187202e3a4e21ffc287007701b22fb47daec274..898d937a08053cfa2014376ba83f98542bb0abf3 100644 (file)
@@ -660,7 +660,7 @@ verify_dnssec_zone(ldns_dnssec_zone *dnssec_zone, ldns_rdf *zone_name,
                         */
                        assert( cur_node->data == dnssec_zone->soa );
                        /* 
-                        * Allthough the percentage option doesn't make sense
+                        * Although the percentage option doesn't make sense
                         * here, we set it to 100 to force the first node to 
                         * be checked.
                         */
diff --git a/keys.c b/keys.c
index cfaf1a994ad68e2966ccfece33092f774a0eb421..91a3dffd8f3507ce08f732b51ff3371510ac6df0 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -776,7 +776,7 @@ ldns_key_new_frm_fp_rsa_l(FILE *f, int *line_nr)
        }
 
        /* I could use functions again, but that seems an overkill,
-        * allthough this also looks tedious
+        * although this also looks tedious
         */
 
        /* Modules, rsa->n */