aboutsummaryrefslogtreecommitdiffstats
path: root/touch_translations.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-06-07 00:22:55 +0100
committerSteve McIntyre <steve@einval.com>2018-06-07 00:22:55 +0100
commitd4f9b881ba7306f8d785db8f6e1eca3f8a2cb549 (patch)
tree01d2527a9ce0bb15c787135b46a02a8a29916065 /touch_translations.pl
parentc8993d8f8e1d7081a0b3c67c6f9f0738a19cee51 (diff)
Fix debug message in touch_translations.pl
Diffstat (limited to 'touch_translations.pl')
-rwxr-xr-xtouch_translations.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/touch_translations.pl b/touch_translations.pl
index 9409bb2b0f0..0b3d90879d4 100755
--- a/touch_translations.pl
+++ b/touch_translations.pl
@@ -56,7 +56,7 @@ sub was_forced {
print "$file.forced exists\n" if $debug;
return 1;
} else {
- print "$file.forced does not exists\n" if $debug;
+ print "$file.forced does not exist\n" if $debug;
return 0;
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy