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/term.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/term.c')
-rw-r--r-- | src/term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c index 77675b2e3..26031723d 100644 --- a/src/term.c +++ b/src/term.c @@ -3744,7 +3744,7 @@ check_terminal_behavior(void) #endif LOG_TR(("Sending xterm compatibility test sequence.")); // Do this in the third row. Second row is used by ambiguous - // chararacter width check. + // character width check. term_windgoto(2, 0); // send the test DCS string. out_str((char_u *)"\033Pzz\033\\"); @@ -4531,7 +4531,7 @@ handle_u7_response(int *arg, char_u *tp UNUSED, int csi_len UNUSED) /* * Handle a response to T_CRV: {lead}{first}{x};{vers};{y}c - * Xterm and alikes use '>' for {first}. + * Xterm and alike use '>' for {first}. * Rxvt sends "{lead}?1;2c". */ static void |