mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
8a80ab27bd
commit
c9b46f154b
@ -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();
|
||||
@ -1792,7 +1792,7 @@ func Test_cindent_1()
|
||||
}
|
||||
}
|
||||
|
||||
public: // <-- this was incoreectly indented before!!
|
||||
public: // <-- this was incorectly indented before!!
|
||||
void testfall();
|
||||
protected:
|
||||
void testfall();
|
||||
|
Loading…
Reference in New Issue
Block a user