summaryrefslogtreecommitdiffstats
path: root/src/testdir/test49.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-01 14:45:28 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-01 14:45:28 +0200
commit1bc353b6f1b063e189e0cef26f8dc586dcf9161f (patch)
tree79221062c2d8fdff55380c21c9f35884f1468c64 /src/testdir/test49.vim
parent02b31110d31e995326080807716e79e38fe501df (diff)
patch 8.1.1955: tests contain typosv8.1.1955
Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
Diffstat (limited to 'src/testdir/test49.vim')
-rw-r--r--src/testdir/test49.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim
index 7393ec4150..bd6051461b 100644
--- a/src/testdir/test49.vim
+++ b/src/testdir/test49.vim
@@ -521,7 +521,7 @@ endfunction
"
" Create a script that consists of the body of the function a:funcname.
" Replace any ":return" by a ":finish", any argument variable by a global
-" variable, and and every ":call" by a ":source" for the next following argument
+" variable, and every ":call" by a ":source" for the next following argument
" in the variable argument list. This function is useful if similar tests are
" to be made for a ":return" from a function call or a ":finish" in a script
" file.