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