about summary refs log tree commit diff stats
path: root/tldlist.c
diff options
context:
space:
mode:
authorLawrence Teo <lteo@lteo.net>2012-02-27 23:56:32 -0500
committerLawrence Teo <lteo@lteo.net>2012-02-28 08:23:04 -0500
commit7b2c86f0a7e39738b7d368e9f4adaf5ef31599e3 (patch)
treeda1d41782ccfb292e8085958246cb28d7193068b /tldlist.c
parentaaf20dd745ccd3a2cf152b2cc6f7bd3617b78485 (diff)
downloadxombrero-7b2c86f0a7e39738b7d368e9f4adaf5ef31599e3.tar.gz
Fix warning message about missing tld-rules file.
ok marco
Diffstat (limited to 'tldlist.c')
-rw-r--r--tldlist.c2
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;
 	}