Browse code

fix some lang/typos, thx NJH

git-svn: trunk@3180

Tomasz Kojm authored on 2007/08/21 02:59:02
Showing 2 changed files
... ...
@@ -139,8 +139,7 @@ LocalSocket /tmp/clamd.socket
139 139
 # Default: no
140 140
 #VirusEvent /usr/local/bin/send_sms 123456789 "VIRUS ALERT: %v"
141 141
 
142
-# Run as another user (clamd must be started by root to make this option
143
-# working).
142
+# Run as another user (clamd must be started by root for this option to work)
144 143
 # Default: don't drop privileges
145 144
 #User clamav
146 145
 
... ...
@@ -223,7 +223,7 @@ static int wwwconnect(const char *server, const char *proxy, int pport, char *ip
223 223
 	    if(ret == 1)
224 224
 		logg("Ignoring mirror %s (due to previous errors)\n", ipaddr);
225 225
 	    else
226
-		logg("Ignoring mirror %s (too often connections with outdated version)\n", ipaddr);
226
+		logg("Ignoring mirror %s (has connected too many times with an outdated version)\n", ipaddr);
227 227
 	    continue;
228 228
 	}
229 229
 
... ...
@@ -960,7 +960,7 @@ static int updatedb(const char *dbname, const char *hostname, char *ip, int *sig
960 960
 	if(!outdated && flevel < current->fl) {
961 961
 	    /* display warning even for already installed database */
962 962
 	    logg("^Current functionality level = %d, recommended = %d\n", flevel, current->fl);
963
-	    logg("Please check if ClamAV tools are linked against proper version of libclamav\n");
963
+	    logg("Please check if ClamAV tools are linked against the proper version of libclamav\n");
964 964
 	    logg("DON'T PANIC! Read http://www.clamav.net/support/faq\n");
965 965
 	}
966 966