summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cindent.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/test_cindent.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/test_cindent.vim')
-rw-r--r--src/testdir/test_cindent.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_cindent.vim b/src/testdir/test_cindent.vim
index e12e457876..2cb3f24b7a 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();