From 475e8f26303f7b71e872098a1058f66c9cd18a18 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 28 Feb 2021 12:14:24 +0100 Subject: [PATCH] privoxy-regression-test: Remove duplicated word in a comment --- tools/privoxy-regression-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 86936934..29eb9c18 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -372,7 +372,7 @@ sub tokenize($) { my ($token, $value) = (undef, undef); # Remove leading and trailing white space and a - # a leading
 which is part of the first line.
+    # leading 
 which is part of the first line.
     s@^\s*(
)?@@;
     s@\s*$@@;
 
-- 
2.39.2