diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-18 19:49:56 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-18 19:49:56 +0100 |
commit | 8e7d6223f630690b72b387eaed704bf01f3f29d2 (patch) | |
tree | b2e694bda1dbae28776d68f9babbb42d27e5c730 /src/getchar.c | |
parent | 3beaf9cd8efa3ba83e07187215004d140b89d529 (diff) | |
download | vim-git-8e7d6223f630690b72b387eaed704bf01f3f29d2.tar.gz |
patch 8.2.2160: various typosv8.2.2160
Problem: Various typos.
Solution: Fix spelling mistakes. (closes #7494)
Diffstat (limited to 'src/getchar.c')
-rw-r--r-- | src/getchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c index 3f2ad3c5f..cf2711bcd 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -2264,7 +2264,7 @@ at_ctrl_x_key(void) } /* - * Check if typebuf.tb_buf[] contains a modifer plus key that can be changed + * Check if typebuf.tb_buf[] contains a modifier plus key that can be changed * into just a key, apply that. * Check from typebuf.tb_buf[typebuf.tb_off] to typebuf.tb_buf[typebuf.tb_off * + "max_offset"]. |