]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
typo fix release-1.10.0rc2
authorRalph Dolmans <ralph@nlnetlabs.nl>
Mon, 17 Feb 2020 12:38:01 +0000 (13:38 +0100)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Mon, 17 Feb 2020 12:38:01 +0000 (13:38 +0100)
smallapp/unbound-checkconf.c

index 1d31fd84e3aecc2f8456205eca366cfa12dc0670..c46d41215ba32b89d47be2b4485a35505aa56a72 100644 (file)
@@ -548,7 +548,7 @@ morechecks(struct config_file* cfg)
        /* check that the modules listed in module_conf exist */
        check_modules_exist(cfg->module_conf);
 
-       /* Respip is know to *not* work with dns64. */
+       /* Respip is known to *not* work with dns64. */
        if(strcmp(cfg->module_conf, "iterator") != 0
                && strcmp(cfg->module_conf, "validator iterator") != 0
                && strcmp(cfg->module_conf, "dns64 validator iterator") != 0