1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

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
This commit is contained in:
ChuanGang Jiang
2023-02-10 15:41:33 +00:00
committed by Pádraig Brady
parent d374d32ccf
commit cf80f988ee
5 changed files with 5 additions and 5 deletions

View File

@@ -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"}});