[Privoxy-commits] [privoxy] 08/18: privoxy-regression-test: Remove duplicated word in a comment
User Git
git at git.privoxy.org
Fri Mar 5 06:35:51 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 475e8f26303f7b71e872098a1058f66c9cd18a18
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Feb 28 12:14:24 2021 +0100
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 <pre> which is part of the first line.
+ # leading <pre> which is part of the first line.
s@^\s*(<pre>)?@@;
s@\s*$@@;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list