privoxy-regression-test: Remove duplicated word in a comment
[privoxy.git] / tools / privoxy-regression-test.pl
index 8693693..29eb9c1 100755 (executable)
@@ -372,7 +372,7 @@ sub tokenize($) {
     my ($token, $value) = (undef, undef);
 
     # Remove leading and trailing white space and a
-    # leading <pre> which is part of the first line.
+    # leading <pre> which is part of the first line.
     s@^\s*(<pre>)?@@;
     s@\s*$@@;