aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-09-14 06:05:27 +0200
committerGitHub <noreply@github.com>2023-09-14 12:05:27 +0800
commita6e74c1f0a2bbf03f5b99c167b549018f4c8fb0d (patch)
treec1d7f91607bf0588b689a817d291add77a8ea957 /src/nvim/eval/funcs.c
parentf5953edbac14febce9d4f8a3c35bdec1eae26fbe (diff)
downloadrneovim-a6e74c1f0a2bbf03f5b99c167b549018f4c8fb0d.tar.gz
rneovim-a6e74c1f0a2bbf03f5b99c167b549018f4c8fb0d.tar.bz2
rneovim-a6e74c1f0a2bbf03f5b99c167b549018f4c8fb0d.zip
docs: fix typos and other small fixes (#25005)
Co-authored-by: nuid64 <lvkuzvesov@proton.me> Co-authored-by: Mike Smith <10135646+mikesmithgh@users.noreply.github.com> Co-authored-by: XTY <xty@xty.io> Co-authored-by: Empa <emanuel@empa.xyz> Co-authored-by: kyu08 <49891479+kyu08@users.noreply.github.com>
Diffstat (limited to 'src/nvim/eval/funcs.c')
-rw-r--r--src/nvim/eval/funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/funcs.c b/src/nvim/eval/funcs.c
index 1ed0994222..93075cf0e2 100644
--- a/src/nvim/eval/funcs.c
+++ b/src/nvim/eval/funcs.c
@@ -6329,7 +6329,7 @@ static void reduce_string(typval_T *argvars, typval_T *expr, typval_T *rettv)
}
}
-/// Implementaion of reduce() for Blob "argvars[0]" using the function "expr"
+/// Implementation of reduce() for Blob "argvars[0]" using the function "expr"
/// starting with the optional initial value "argvars[2]" and return the result
/// in "rettv".
static void reduce_blob(typval_T *argvars, typval_T *expr, typval_T *rettv)