mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00: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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user