summaryrefslogtreecommitdiff
path: root/man/help2man
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-01 09:30:22 +0200
committerJim Meyering <meyering@redhat.com>2008-05-06 08:21:29 +0200
commitcca51697aa3627b7b920567758df306d053f9ec4 (patch)
tree7a755598465aec751e5c9c4c58dd2cec61c8121b /man/help2man
parent22adc16d9cb2ca99b3f7b04f761c89db09f19304 (diff)
downloadcoreutils-cca51697aa3627b7b920567758df306d053f9ec4.tar.xz
fix typo in comments: s/ouput/output/
adjust spelling in that same comment: s/localisation/localization/
Diffstat (limited to 'man/help2man')
-rwxr-xr-xman/help2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/help2man b/man/help2man
index f0007358f..cbdaf065c 100755
--- a/man/help2man
+++ b/man/help2man
@@ -134,7 +134,7 @@ die $help_info unless @ARGV == 1;
die "$this_program: no locale support (Locale::gettext required)\n"
unless $locale eq 'C' or $have_gettext;
-# Set localisation of date and executable's ouput.
+# Set localization of date and executable's output.
delete @ENV{qw(LANGUAGE LC_MESSAGES LANG)};
setlocale LC_ALL, $ENV{LC_ALL} = $locale;