diff options
author | Lawrence Teo <lteo@lteo.net> | 2012-02-27 23:56:32 -0500 |
---|---|---|
committer | Lawrence Teo <lteo@lteo.net> | 2012-02-28 08:23:04 -0500 |
commit | 7b2c86f0a7e39738b7d368e9f4adaf5ef31599e3 (patch) | |
tree | da1d41782ccfb292e8085958246cb28d7193068b | |
parent | aaf20dd745ccd3a2cf152b2cc6f7bd3617b78485 (diff) | |
download | xombrero-7b2c86f0a7e39738b7d368e9f4adaf5ef31599e3.tar.gz |
Fix warning message about missing tld-rules file.
ok marco
-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; } |