diff options
| author | Jim Meyering <meyering@redhat.com> | 2008-05-01 09:30:22 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-05-06 08:21:29 +0200 |
| commit | cca51697aa3627b7b920567758df306d053f9ec4 (patch) | |
| tree | 7a755598465aec751e5c9c4c58dd2cec61c8121b /tests/misc/sha224sum | |
| parent | * tests/touch/Makefile.am: Remove now-unused file. (diff) | |
| download | coreutils-cca51697aa3627b7b920567758df306d053f9ec4.tar.gz coreutils-cca51697aa3627b7b920567758df306d053f9ec4.zip | |
fix typo in comments: s/ouput/output/
adjust spelling in that same comment: s/localisation/localization/
Diffstat (limited to 'tests/misc/sha224sum')
| -rwxr-xr-x | tests/misc/sha224sum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sha224sum b/tests/misc/sha224sum index e94dec176..ac63318ac 100755 --- a/tests/misc/sha224sum +++ b/tests/misc/sha224sum @@ -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 @Tests = |
