projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46653e5
)
url-pattern-translator: Fix typos
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 4 Jul 2025 17:19:32 +0000
(19:19 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 6 Jul 2025 10:00:07 +0000
(12:00 +0200)
tools/url-pattern-translator.pl
patch
|
blob
|
history
diff --git
a/tools/url-pattern-translator.pl
b/tools/url-pattern-translator.pl
index
5477a87
..
8b04682
100755
(executable)
--- 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 patt
t
ern";
+ $type_to_skip = "client tag pattern";
} elsif (m@^\s*TAG:@i) {
- $type_to_skip = "tag patt
t
ern";
+ $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 patt
t
ern";
+ $type_to_skip = "already converted pcre host pattern";
}