From d4f9b881ba7306f8d785db8f6e1eca3f8a2cb549 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 7 Jun 2018 00:22:55 +0100 Subject: Fix debug message in touch_translations.pl --- touch_translations.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.3