summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input
diff options
context:
space:
mode:
authorTHARAK HEGDE <120558797+captainhaddock18@users.noreply.github.com>2023-07-09 02:38:28 +0100
committerBram Moolenaar <Bram@vim.org>2023-07-09 02:38:28 +0100
commit4c0089d696b8d1d5dc40568f25ea5738fa5bbffb (patch)
tree79a524757e4c2b44bd2e5e343d2a4e8db24aa7e2 /runtime/syntax/testdir/input
parent16abd997c99b1a40fb0ba54889ce0cf44d7585b4 (diff)
patch 9.0.1677: typo in syntax test input filev9.0.1677
Problem: Typo in syntax test input file. Solution: Fix the typo and the expected dump files. (THARAK HEGDE, closes #12635)
Diffstat (limited to 'runtime/syntax/testdir/input')
-rw-r--r--runtime/syntax/testdir/input/sh_07.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/testdir/input/sh_07.sh b/runtime/syntax/testdir/input/sh_07.sh
index 0e74227bc1..23219a0cdb 100644
--- a/runtime/syntax/testdir/input/sh_07.sh
+++ b/runtime/syntax/testdir/input/sh_07.sh
@@ -73,7 +73,7 @@ done ; echo
#
# Here is the heart of this script:
#
-echo "Processing the following command line arguements: ${*:-none}"
+echo "Processing the following command line arguments: ${*:-none}"
echo "Script: for loop outside a function:\t\c"
for Var
do