diff options
Diffstat (limited to 'tests/misc/dirname')
-rwxr-xr-x | tests/misc/dirname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/dirname b/tests/misc/dirname index 057da6f4c..4a1de34d0 100755 --- a/tests/misc/dirname +++ b/tests/misc/dirname @@ -28,7 +28,7 @@ use File::stat; (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 $stat_single = stat('/'); |