url-pattern-translator: Fix typos
authorFabian Keil <fk@fabiankeil.de>
Fri, 4 Jul 2025 17:19:32 +0000 (19:19 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Jul 2025 10:00:07 +0000 (12:00 +0200)
tools/url-pattern-translator.pl

index 5477a87..8b04682 100755 (executable)
@@ -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";
 
     }