From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 24 Dec 2012 15:53:26 +0000 (+0000)
Subject: Grammar fix for the previous commit
X-Git-Tag: v_3_0_20~110
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=0ffb274ecaed186a6f58031a4627135516605963;p=privoxy.git

Grammar fix for the previous commit
---

diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index 643adc9b..bee56c71 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -8,7 +8,7 @@
 #
 # http://www.fabiankeil.de/sourcecode/privoxy-log-parser/
 #
-# $Id: privoxy-log-parser.pl,v 1.149 2012/12/24 15:36:52 fabiankeil Exp $
+# $Id: privoxy-log-parser.pl,v 1.150 2012/12/24 15:37:39 fabiankeil Exp $
 #
 # TODO:
 #       - LOG_LEVEL_CGI, LOG_LEVEL_ERROR, LOG_LEVEL_WRITE content highlighting
@@ -2597,9 +2597,9 @@ they very well might be. Also note that the results are pretty much guaranteed
 to be incorrect if Privoxy and Privoxy-Log-Parser aren't in sync.
 
 [B<--strict-checks>] When generating statistics, look more careful at the
-input data and abort if the it is unexpected, even if it doesn't affect
-the results. Significantly slows the parsing down and is not expected to
-catch any problems that matter.
+input data and abort if it is unexpected, even if it doesn't affect the
+results. Significantly slows the parsing down and is not expected to catch
+any problems that matter.
 
 [B<--unbreak-lines-only>] Tries to fix lines that got messed up by a broken or
 interestingly configured mail client and thus are no longer recognized properly.