0
0
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:
Dominique Pelle
2021-12-27 17:21:41 +00:00
committed by Bram Moolenaar
parent 5da36052a4
commit af4a61a85d
58 changed files with 109 additions and 107 deletions

View File

@@ -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;