diff options
Diffstat (limited to 'tests/misc/wc')
-rwxr-xr-x | tests/misc/wc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/wc b/tests/misc/wc index df0c9ffc7..96183c240 100755 --- a/tests/misc/wc +++ b/tests/misc/wc @@ -26,7 +26,7 @@ use strict; my $prog = 'wc'; -# Turn off localisation of executable's ouput. +# Turn off localization of executable's output. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; my @Tests = |