[Privoxy-commits] [privoxy] 06/08: url-pattern-translator: Fix typos

User Git git at git.privoxy.org
Sun Jul 6 12:00:51 CEST 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit b49c682cc2e021bda02274bf9c21c89c367b4251
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jul 4 19:19:32 2025 +0200

    url-pattern-translator: Fix typos
---
 tools/url-pattern-translator.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/url-pattern-translator.pl b/tools/url-pattern-translator.pl
index 5477a876..8b046823 100755
--- a/tools/url-pattern-translator.pl
+++ b/tools/url-pattern-translator.pl
@@ -93,11 +93,11 @@ sub looks_interesting($) {
 
     } elsif (m@^\s*CLIENT-TAG:@i) {
 
-        $type_to_skip = "client tag patttern";
+        $type_to_skip = "client tag pattern";
 
     } elsif (m@^\s*TAG:@i) {
 
-        $type_to_skip = "tag patttern";
+        $type_to_skip = "tag pattern";
 
     } elsif (m@^[^/]*=@) {
 
@@ -109,7 +109,7 @@ sub looks_interesting($) {
 
     } elsif (m@^\s*PCRE-HOST-PATTERN:@i) {
 
-        $type_to_skip = "already converted pcre host patttern";
+        $type_to_skip = "already converted pcre host pattern";
 
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list