diff options
Diffstat (limited to 'tests/misc/seq')
-rwxr-xr-x | tests/misc/seq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/seq b/tests/misc/seq index 05ad9286f..c04e9fa54 100755 --- a/tests/misc/seq +++ b/tests/misc/seq @@ -27,7 +27,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 = 'seq'; |