]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 f0007358fba4c095967c5e1cc64a134d8302bfc3..cbdaf065c320065ab18b11e108967606bce4acc8 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 2bedd3027ec0a3fe21d55bc4cbd629be46713001..7a0c117faa06247c85e9ce2553211a6c351ff893 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 dc626d24458cdd891c02c2043760df68895ee9a8..000a1113f3efda435f41752ff7c72e8417ad1243 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 318f26d7a731ce581a50ffe9713ec83c3f5ef2e2..f4432980881f2a323c12920949bc8a738f61b0c5 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 fb4f64083a8e352a42acba02232365267144f1a2..65575c0206ebb1b5aaaeee89dbffd0fbcd22893b 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 fd3c1770c962c10069a9dd98c1497dbcf90ceb43..760448c4e68fd2290aad80482fc2462bafe947b8 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 ec43bb7b9cbda4f4f045897689536f85ed46b8e8..0ab805e33361887ff3eb6fd641ec30be3a0f0ea6 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 e235ec3a1f4276bb5c4956edd765f2384933f62f..85eb21480bbf8f3db8fdc51be5c790f2aba76746 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 057da6f4cb10c394839b99e0caa5856134a54e4d..4a1de34d0e5205cf3ba70ae099712f025c00da0a 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 31969bfeb3e7b871a6fd14da8ea8826c131cdc8d..114e9bfbbc4934f2badac40ef20c4d81b77dd7fc 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 f7968fdcd90cf0cf61a6909c2799130030f661f1..032db00fb896d212e3c14a8cf065eae3b81da928 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 320ef2f670fd921aec43b6f3ad5e4e733fc6711a..9319d3faae9f458ea6fc61bc14a2eedf0833b218 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 4f9be9a5903529d3266a671e91461da546a11565..baf5b68094d66dc5222ca9236f23ce5cdd96b04d 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 ad7c7bf403a3d48bea7142cd536d374eb6e7d1c2..961dc989858de4c938ee92068370cf95605eb5bc 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 c54c7a553d2a06433b19d9956fee461315eb1f60..f917acdf7874f2b0de1cf1979888d1328e0f6e60 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 b1430994b59c805a401b483514040193547fafad..28927f56ae8830ca6128e1cf8883a27397474b96 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 b2c6116cde87a941751250c86cf7a3bb23259085..ed6b85cebddc35eba39b5133529c94ba3b83429a 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 826165633c3f6b68d651336a195725ca310a8710..835b43858e84d2ba450dc23931580c657806c498 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 46eb1a89d73d2e260a24f2b154e9bc7d580cb650..ef4314a7756de649494f718d37140d9b95319dd9 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 21f1e47f696d5f388a29158db8cb0da92976f934..3fe6c87bb0f21d897b4cf55dad9f5a601c67e823 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 33fbc0020b71156df1ca36cd73e84752714e0fa1..1badb83a48462856b0c271f33af7c383c88ae776 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 05ad9286f25debe156636e53aa5f888c770d1e43..c04e9fa54fa71827d80244e3dd902c868d7aaa46 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 ae813735938a51dce662520c7949fcbff5d13956..0dff347b2c7af16fae156013ab3e5b84aadbf275 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 541aaf216be74438e7312b0242bee98d3d4e8419..ef75b496d79c7791846e889739098a35b73d416b 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 e94dec1764d73122dce8cdacb8a791942180aa9c..ac63318aca7d728183fecd4860db10819fd0ce57 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 798e8a32550b5900e42950aed2de4b66ab759f83..16eb0c66abc5e151bd17824c3a2938a5ff16fba9 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 728302e3720b9c68a742819c4aa0d85acdbef814..13376429062bb2c43c87a6f8c59ad14f08b05b15 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 9a62d6743c3da671fc4985432e3c0cf81020c310..696c504f40f2edd736c313e2c2b67d4a17763476 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 8963acb98c32892e60832e314431022e64311583..b25876a82ff8213c6cd2b833e0316d7c9bf9934c 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 9852e1feaedbfa1ab28252e4caacf43834fd05f1..fd720df30093a7b4defcba435e4cadb391db2faf 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 59ac53560cee1ac7f957c0c8744fed45e64ae0fd..7b99a42ed0227eee6b128ec9489f74fdbaede2d0 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 8ef7f3f5e07d18bbfbc8497c3ce3726496f78df4..a9aa0a81ac516b91079ca21ca60779764a055dc9 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 1bd3b90b8c6af24ccfccb8c3be4917aeafa5fe0d..7d9c4ee9aced8161aaee288396c4cdfbc9c9b1c5 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 c8992ef13d770134fec12c8d6e132b884f0c66d8..a7546ffffc5eb177a66a24d3a03fe19ff162d584 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 df0c9ffc762ce1eb24325bc9e192200b743b730c..96183c2404ba94916567d8e7deb741df793018bc 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 3698a56791db37aaa001289aaa3b5474d044f093..047cbce78c2090d478af68305ba81c4de4ed68a9 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 c3a34077ad78291445ea07ba412d9e1df624c435..d31df6dba8d5bfc999048c9c2448550c5633d9a4 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 d52366683b2813b0c792ce66c822364ed5785362..4962813a4498b38f8ac19409f792fc1a45c21471 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 96dab94c067c4b105906e581fcc89311117cf93d..d940d01faa96cc9b26833cfbcabf631e9e0ff418 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 fe5665344a4bd65b9e3f4f37631d7e2f763df013..e0fd93f9befdc6361f315e233c30c88e68300ddc 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-$$";