commit | af4a61a85d6e8cacc35324f266934bc463a21673 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Dec 27 17:21:41 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 17:21:41 2021 +0000 |
tree | 3b2e75b8a36bc8e79d2bc407d929a84b69fd0e0c | |
parent | 5da36052a4bb0f3a9747ec3a8ab9d85e058e39fa [diff] [blame] |
patch 8.2.3914: various spelling mistakes in comments Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
diff --git a/src/os_amiga.c b/src/os_amiga.c index 18f0192..5bf088b 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c
@@ -153,7 +153,7 @@ mch_inchar( char_u *buf, int maxlen, - long time, // milli seconds + long time, // milliseconds int tb_change_cnt) { int len;