summaryrefslogtreecommitdiffstats
path: root/src/testdir/screendump.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/screendump.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/screendump.vim')
-rw-r--r--src/testdir/screendump.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/screendump.vim b/src/testdir/screendump.vim
index cc1c239da9..d04d96d983 100644
--- a/src/testdir/screendump.vim
+++ b/src/testdir/screendump.vim
@@ -24,7 +24,7 @@ func VerifyScreenDump(buf, filename, options, ...)
let reference = 'dumps/' . a:filename . '.dump'
let testfile = 'failed/' . a:filename . '.dump'
- " Redraw to execut the code that updates the screen. Otherwise we get the
+ " Redraw to execute the code that updates the screen. Otherwise we get the
" text and attributes only from the internal buffer.
redraw