privoxy-regression-test: Remove duplicated word in a comment
authorFabian Keil <fk@fabiankeil.de>
Sun, 28 Feb 2021 11:14:24 +0000 (12:14 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 5 Mar 2021 06:26:57 +0000 (07:26 +0100)
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*$@@;