summaryrefslogtreecommitdiff
path: root/tests/misc/env-S-script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/env-S-script.sh')
-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 ||