summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChuanGang Jiang <jiangchuanganghw@outlook.com>2023-02-10 15:41:33 +0000
committerPádraig Brady <P@draigBrady.com>2023-02-10 18:06:54 +0000
commitcf80f988eeb97cc3f8c65ae58e735d36f865277b (patch)
treef0a11e09d56ef179ed784c6cb2999ef39a20f136 /tests
parentd374d32ccf12f8cf33c8f823d573498b7c8b27a4 (diff)
downloadcoreutils-cf80f988eeb97cc3f8c65ae58e735d36f865277b.tar.gz
maint: fix some typos in comments
* NEWS: s/commmand/command/ * cfg.mk: Adjust old_NEWS_hash with `make update-NEWS-hash`. * src/expand-common.c: s/specifed/specified/ * src/pr.c: s/e.g/e.g./ * tests/misc/comm.pl: s/ouput/output/ Fixes https://bugs.gnu.org/61405
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/comm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/comm.pl b/tests/misc/comm.pl
index 5de60ac33..aaaf46522 100755
--- a/tests/misc/comm.pl
+++ b/tests/misc/comm.pl
@@ -24,7 +24,7 @@ use strict;
my $prog = 'comm';
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
my @inputs = ({IN=>{a=>"1\n3\n3\n3"}}, {IN=>{b=>"2\n2\n3\n3\n3"}});