From b7706993198fdbdb274c2958b7de13f23d62482c Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Mon, 17 Feb 2020 13:38:01 +0100 Subject: [PATCH] typo fix --- smallapp/unbound-checkconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index 1d31fd84e..c46d41215 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -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 -- 2.47.2