vim-patch:8.1.1955: tests contain typos

Problem:    Tests contain typos.
Solution:   Correct the typos. (Dominique Pelle)
1bc353b6f1

Other changes are either N/A or already applied.
This commit is contained in:
zeertzjq 2022-02-14 18:56:30 +08:00
parent 8a80ab27bd
commit c9b46f154b

View File

@ -815,7 +815,7 @@ func Test_cindent_1()
} }
} }
public: // <-- this was incoreectly indented before!! public: // <-- this was incorectly indented before!!
void testfall(); void testfall();
protected: protected:
void testfall(); void testfall();
@ -1792,7 +1792,7 @@ func Test_cindent_1()
} }
} }
public: // <-- this was incoreectly indented before!! public: // <-- this was incorectly indented before!!
void testfall(); void testfall();
protected: protected:
void testfall(); void testfall();