summaryrefslogtreecommitdiff
path: root/tests/misc/base64
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/base64')
-rwxr-xr-xtests/misc/base642
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/base64 b/tests/misc/base64
index 318f26d7a..f44329808 100755
--- a/tests/misc/base64
+++ b/tests/misc/base64
@@ -27,7 +27,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;
# Return the encoding of a string of N 'a's.