diff options
Diffstat (limited to 'tests/misc/od')
-rwxr-xr-x | tests/misc/od | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od b/tests/misc/od index 46eb1a89d..ef4314a77 100755 --- a/tests/misc/od +++ b/tests/misc/od @@ -28,7 +28,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; # Use a file in /proc whose size is not likely to |