]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: before
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:32:08 +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>
examples/ldns-walk.c

index ae6342dd0878ba9558dba1725ec6d5ca63754339..908bb1509555f72b651fe7e38e04f35179b6d1c3 100644 (file)
@@ -608,7 +608,7 @@ main(int argc, char *argv[])
        }
        if (!next_dname) {
                /* apparently the zone also has prepended data (i.e. a.example and www.a.example, 
-                * The www comes after the a but befpre a\\000, so we need to make another name (\\000.a)
+                * The www comes after the a but before a\\000, so we need to make another name (\\000.a)
                 */
                if (last_dname_p) {
                        ldns_rdf_deep_free(last_dname_p);