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