mirror of
https://github.com/vim/vim.git
synced 2025-11-07 10:17:28 -05:00
patch 8.2.3914: various spelling mistakes in comments
Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
This commit is contained in:
committed by
Bram Moolenaar
parent
5da36052a4
commit
af4a61a85d
@@ -153,7 +153,7 @@ mch_write(char_u *p, int len)
|
||||
mch_inchar(
|
||||
char_u *buf,
|
||||
int maxlen,
|
||||
long time, // milli seconds
|
||||
long time, // milliseconds
|
||||
int tb_change_cnt)
|
||||
{
|
||||
int len;
|
||||
|
||||
Reference in New Issue
Block a user