fix typo in comments: s/ouput/output/
authorJim Meyering <meyering@redhat.com>
Thu, 1 May 2008 07:30:22 +0000 (09:30 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 6 May 2008 06:21:29 +0000 (08:21 +0200)
adjust spelling in that same comment: s/localisation/localization/

40 files changed:
man/help2man
tests/dd/skip-seek
tests/du/files0-from
tests/misc/base64
tests/misc/basename
tests/misc/cut
tests/misc/date
tests/misc/dircolors
tests/misc/dirname
tests/misc/expand
tests/misc/expr
tests/misc/factor
tests/misc/fold
tests/misc/head-elide-tail
tests/misc/ls-misc
tests/misc/md5sum
tests/misc/md5sum-newline
tests/misc/mktemp
tests/misc/od
tests/misc/paste
tests/misc/pr
tests/misc/seq
tests/misc/sha1sum
tests/misc/sha1sum-vec
tests/misc/sha224sum
tests/misc/sha256sum
tests/misc/sha384sum
tests/misc/sha512sum
tests/misc/sort-merge
tests/misc/stat-printf
tests/misc/sum
tests/misc/test-diag
tests/misc/tsort
tests/misc/unexpand
tests/misc/wc
tests/misc/wc-files0-from
tests/misc/xstrtol
tests/mv/i-1
tests/rm/empty-name
tests/rm/unreadable

index f000735..cbdaf06 100755 (executable)
@@ -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;
 
index 2bedd30..7a0c117 100755 (executable)
@@ -30,7 +30,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 $out = 'out';
 my $script_name = $ENV{SCRIPT_NAME};
index dc626d2..000a111 100755 (executable)
@@ -30,7 +30,7 @@ use strict;
 
 $ENV{PROG} = 'du';
 
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my @Tests =
index 318f26d..f443298 100755 (executable)
@@ -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.
index fb4f640..65575c0 100755 (executable)
@@ -27,7 +27,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('/');
index fd3c177..760448c 100755 (executable)
@@ -26,7 +26,7 @@ use strict;
 
 (my $ME = $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 $prog = 'cut';
index ec43bb7..0ab805e 100755 (executable)
@@ -26,7 +26,7 @@ use strict;
 
 (my $ME = $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;
 
 # Export TZ=UTC0 so that zone-dependent strings match.
index e235ec3..85eb214 100755 (executable)
@@ -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 =
index 057da6f..4a1de34 100755 (executable)
@@ -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('/');
index 31969bf..114e9bf 100755 (executable)
@@ -28,7 +28,7 @@ use strict;
 
 (my $program_name = $0) =~ s|.*/||;
 
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my @Tests =
index f7968fd..032db00 100755 (executable)
@@ -28,7 +28,7 @@ use strict;
 (my $program_name = $0) =~ s|.*/||;
 my $prog = 'expr';
 
-# 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 =
index 320ef2f..9319d3f 100755 (executable)
@@ -29,7 +29,7 @@ use strict;
 (my $program_name = $0) =~ s|.*/||;
 my $prog = 'factor';
 
-# 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 =
index 4f9be9a..baf5b68 100755 (executable)
@@ -41,7 +41,7 @@ use strict;
 
 (my $program_name = $0) =~ s|.*/||;
 
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my @Tests =
index ad7c7bf..961dc98 100755 (executable)
@@ -30,7 +30,7 @@ use strict;
 
 $ENV{PROG} = 'head';
 
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 # This should match the definition in head.c.
index c54c7a5..f917acd 100755 (executable)
@@ -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 $saved_ls_colors;
index b143099..28927f5 100755 (executable)
@@ -26,7 +26,7 @@ use strict;
 
 my $prog = 'md5sum';
 
-# Turn off localisation of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my $degenerate = "d41d8cd98f00b204e9800998ecf8427e";
index b2c6116..ed6b85c 100755 (executable)
@@ -40,7 +40,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 $degenerate = "d41d8cd98f00b204e9800998ecf8427e";
index 8261656..835b438 100755 (executable)
@@ -54,7 +54,7 @@ sub check_tmp($$)
     and do { unlink $file or die "$ME: failed to unlink $file: $!\n" };
 }
 
-# Turn off localisation of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 my $prog = 'mktemp';
 
index 46eb1a8..ef4314a 100755 (executable)
@@ -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
index 21f1e47..3fe6c87 100755 (executable)
@@ -28,7 +28,7 @@ use strict;
 
 (my $program_name = $0) =~ s|.*/||;
 
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my $prog = 'paste';
index 33fbc00..1badb83 100755 (executable)
@@ -31,7 +31,7 @@ use strict;
 $ENV{PROG} = 'pr';
 my $ME = $ENV{PROG};
 
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my @Tests =
index 05ad928..c04e9fa 100755 (executable)
@@ -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;
 
 my $prog = 'seq';
index ae81373..0dff347 100755 (executable)
@@ -26,7 +26,7 @@ use strict;
 
 my $prog = 'sha1sum';
 
-# Turn off localisation of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my $sha_degenerate = "da39a3ee5e6b4b0d3255bfef95601890afd80709";
index 541aaf2..ef75b49 100755 (executable)
@@ -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;
 
 # The data from which these tests were derived came from here:
index e94dec1..ac63318 100755 (executable)
@@ -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 =
index 798e8a3..16eb0c6 100755 (executable)
@@ -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 $sha_degenerate = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
index 728302e..1337642 100755 (executable)
@@ -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 $sha_degenerate = "38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b";
index 9a62d67..696c504 100755 (executable)
@@ -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 $sha_degenerate = "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e";
index 8963acb..b25876a 100755 (executable)
@@ -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 =
index 9852e1f..fd720df 100755 (executable)
@@ -27,7 +27,7 @@ use strict;
 (my $ME = $0) =~ s|.*/||;
 my $prog = 'stat';
 
-# 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 =
index 59ac535..7b99a42 100755 (executable)
@@ -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 $in_1k = 'a' x 1024;
index 8ef7f3f..a9aa0a8 100755 (executable)
@@ -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 $prog = "$ENV{abs_top_builddir}/src/test";
index 1bd3b90..7d9c4ee 100755 (executable)
@@ -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;
 
 my @Tests =
index c8992ef..a7546ff 100755 (executable)
@@ -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 $prog = 'unexpand';
index df0c9ff..96183c2 100755 (executable)
@@ -26,7 +26,7 @@ use strict;
 
 my $prog = 'wc';
 
-# 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 =
index 3698a56..047cbce 100755 (executable)
@@ -31,7 +31,7 @@ use strict;
 
 my $prog = 'wc';
 
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my @Tests =
index c3a3407..d31df6d 100755 (executable)
@@ -31,7 +31,7 @@ use strict;
 
 (my $ME = $0) =~ s|.*/||;
 
-# Turn off localisation of executable's output.
+# Turn off localization of executable's output.
 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my $prog = 'pr';
index d523666..4962813 100755 (executable)
@@ -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 $test_a = 'a';
index 96dab94..d940d01 100755 (executable)
@@ -31,7 +31,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 $prog = 'rm';
index fe56653..e0fd93f 100755 (executable)
@@ -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 $d = "dir-$$";