summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2021-06-24 19:55:27 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-24 19:55:27 +0200
commit98703d7f6c9a0ef9e54cb291a92342b9f96db732 (patch)
tree8f2d8c4276e58427c937022b16374d5a82fd8415 /src/evalfunc.c
parent3a62b14077c51c739cdc755356882b40c299f1c0 (diff)
patch 8.2.3045: minor typosv8.2.3045
Problem: Minor typos. Solution: Fix the typos. (Christian Brabandt, closes #8441)
Diffstat (limited to 'src/evalfunc.c')
-rw-r--r--src/evalfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evalfunc.c b/src/evalfunc.c
index 3dd887b888..2539515bc8 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -7973,7 +7973,7 @@ f_searchpos(typval_T *argvars, typval_T *rettv)
/*
* Set the cursor or mark position.
- * If 'charpos' is TRUE, then use the column number as a character offet.
+ * If 'charpos' is TRUE, then use the column number as a character offset.
* Otherwise use the column number as a byte offset.
*/
static void