aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-21 07:55:15 -0500
committerDaniel Hahler <git@thequod.de>2019-12-21 13:55:14 +0100
commit138480939a6d696d77b866474bcdda054d8fbfa1 (patch)
treeb73d497c6a4de4b4bde1d151da738da70fc35d8e
parentee7ac469c6f0f15a2d75991ef053a18d93e01756 (diff)
downloadrneovim-138480939a6d696d77b866474bcdda054d8fbfa1.tar.gz
rneovim-138480939a6d696d77b866474bcdda054d8fbfa1.tar.bz2
rneovim-138480939a6d696d77b866474bcdda054d8fbfa1.zip
vim-patch:8.2.0025: repeated word in comment (#11586)
Problem: Repeated word in comment. Solution: Remove one. (Rene Nyffenegger, closes vim/vim#5384) https://github.com/vim/vim/commit/fe72d08400d9064b3f959f1f62f279527e64835a
-rw-r--r--src/nvim/eval/typval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/typval.h b/src/nvim/eval/typval.h
index 0b04170cac..02d241f6f5 100644
--- a/src/nvim/eval/typval.h
+++ b/src/nvim/eval/typval.h
@@ -246,7 +246,7 @@ typedef int scid_T;
/// Format argument for scid_T
#define PRIdSCID "d"
-// SCript ConteXt (SCTX): identifies a script script line.
+// SCript ConteXt (SCTX): identifies a script line.
// When sourcing a script "sc_lnum" is zero, "sourcing_lnum" is the current
// line number. When executing a user function "sc_lnum" is the line where the
// function was defined, "sourcing_lnum" is the line number inside the