summaryrefslogtreecommitdiffstats
path: root/src/testdir/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-29 22:20:48 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-29 22:20:48 +0000
commitf10911e5db16f1fe6ab519c5d091ad0c1df0d063 (patch)
treee8718e5e667d36b3c206e1778fc630e42bcf757d /src/testdir/README.txt
parent62aec93bfdb9e1b40d03a6d2e8e9511f8b1bdb2d (diff)
Update runtime files
Diffstat (limited to 'src/testdir/README.txt')
-rw-r--r--src/testdir/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/README.txt b/src/testdir/README.txt
index 22db398051..e9e9aebf01 100644
--- a/src/testdir/README.txt
+++ b/src/testdir/README.txt
@@ -55,7 +55,7 @@ OLD STYLE TESTS:
There are a few tests that are used when Vim was built without the +eval
feature. These cannot use the "assert" functions, therefore they consist of a
.in file that contains Normal mode commands between STARTTEST and ENDTEST.
-They modify the file and the result gets writtein in the test.out file. This
+They modify the file and the result gets written in the test.out file. This
is then compared with the .ok file. If they are equal the test passed. If
they differ the test failed.