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