summaryrefslogtreecommitdiffstats
path: root/src/insexpand.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-18 19:49:56 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-18 19:49:56 +0100
commit8e7d6223f630690b72b387eaed704bf01f3f29d2 (patch)
treeb2e694bda1dbae28776d68f9babbb42d27e5c730 /src/insexpand.c
parent3beaf9cd8efa3ba83e07187215004d140b89d529 (diff)
patch 8.2.2160: various typosv8.2.2160
Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494)
Diffstat (limited to 'src/insexpand.c')
-rw-r--r--src/insexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insexpand.c b/src/insexpand.c
index 28017d4366..8f4f9763d3 100644
--- a/src/insexpand.c
+++ b/src/insexpand.c
@@ -3628,7 +3628,7 @@ ins_complete(int c, int enable_pum)
// line (probably) wrapped, set compl_startpos to the
// first non_blank in the line, if it is not a wordchar
// include it to get a better pattern, but then we don't
- // want the "\\<" prefix, check it bellow
+ // want the "\\<" prefix, check it below
compl_col = (colnr_T)getwhitecols(line);
compl_startpos.col = compl_col;
compl_startpos.lnum = curwin->w_cursor.lnum;