diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-01 14:45:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-01 14:45:28 +0200 |
commit | 1bc353b6f1b063e189e0cef26f8dc586dcf9161f (patch) | |
tree | 79221062c2d8fdff55380c21c9f35884f1468c64 /src/testdir/test_cindent.vim | |
parent | 02b31110d31e995326080807716e79e38fe501df (diff) | |
download | vim-git-1bc353b6f1b063e189e0cef26f8dc586dcf9161f.tar.gz |
patch 8.1.1955: tests contain typosv8.1.1955
Problem: Tests contain typos.
Solution: Correct the typos. (Dominique Pelle)
Diffstat (limited to 'src/testdir/test_cindent.vim')
-rw-r--r-- | src/testdir/test_cindent.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_cindent.vim b/src/testdir/test_cindent.vim index e12e45787..2cb3f24b7 100644 --- a/src/testdir/test_cindent.vim +++ b/src/testdir/test_cindent.vim @@ -815,7 +815,7 @@ func Test_cindent_1() } } - public: // <-- this was incoreectly indented before!! + public: // <-- this was incorectly indented before!! void testfall(); protected: void testfall(); @@ -1780,7 +1780,7 @@ func Test_cindent_1() } } - public: // <-- this was incoreectly indented before!! + public: // <-- this was incorectly indented before!! void testfall(); protected: void testfall(); |