diff options
-rw-r--r-- | tldlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tldlist.c b/tldlist.c index 8ef0114..48fadc1 100644 --- a/tldlist.c +++ b/tldlist.c @@ -276,7 +276,7 @@ tld_tree_init() * better than nothing. */ tld_tree_add("*"); - startpage_add("Could not open %s ant this file is required" + startpage_add("Could not open %s: this file is required " "to handle TLD whitelisting properly", file); return; } |