From 3edbf016be774e266a659349f513fe265c842e26 Mon Sep 17 00:00:00 2001 From: ChuanGang Jiang Date: Tue, 21 Feb 2023 14:18:52 +0000 Subject: doc: fix some spelling mistakes * doc/coreutils.texi: s/functionalty/functionality/, s/sychronize/synchronize/, s/millsecond/millisecond/ s/paramter/parameters/ * init.cfg: s/parmeters/parameters/ * scripts/build-older-versions/README.older-versions: s/vesion/version/ * tests/misc/env-S-script.sh: s/paramaters/parameters/ Fixes https://bugs.gnu.org/61681 --- tests/misc/env-S-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/misc/env-S-script.sh b/tests/misc/env-S-script.sh index ace112c0d..1d9b3e268 100755 --- a/tests/misc/env-S-script.sh +++ b/tests/misc/env-S-script.sh @@ -69,7 +69,7 @@ compare exp1 out1 || fail=1 # similar to the above test but with quotes, the first parameter should be -# 'A B' and not two paramaters 'A','B'. +# 'A B' and not two parameters 'A','B'. # Ignoring the absolute paths, the script is: # #!env -S printf x%sx\n "A B" printf "#!$dir/env -S $dir/printf "'x%%sx\\n "A B"\n' > env2 || -- cgit v1.2.3