aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChuanGang Jiang <jiangchuanganghw@outlook.com>2023-02-21 14:18:52 +0000
committerPádraig Brady <P@draigBrady.com>2023-02-21 16:22:20 +0000
commit3edbf016be774e266a659349f513fe265c842e26 (patch)
treefcc769e9b0482bec1e9c1006f452cb79bc174aeb /tests
parentmaint: avoid -Wmaybe-uninitialized warning from GCC13 (diff)
downloadcoreutils-3edbf016be774e266a659349f513fe265c842e26.tar.gz
coreutils-3edbf016be774e266a659349f513fe265c842e26.zip
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
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/env-S-script.sh2
1 files changed, 1 insertions, 1 deletions
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 ||