about summary refs log tree commit diff stats
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
parentaaf20dd745ccd3a2cf152b2cc6f7bd3617b78485 (diff)
downloadxombrero-7b2c86f0a7e39738b7d368e9f4adaf5ef31599e3.tar.gz
Fix warning message about missing tld-rules file.
ok marco
-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;
 	}
n87'>87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137