From 4547137aaff32b20172870a549d3a28a3c7adf1c Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Thu, 8 Jul 2021 00:28:44 +0200 Subject: chore: use codespell to spell check #15016 --- src/nvim/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/syntax.c') diff --git a/src/nvim/syntax.c b/src/nvim/syntax.c index ce81f26d38..6347d83626 100644 --- a/src/nvim/syntax.c +++ b/src/nvim/syntax.c @@ -6127,7 +6127,7 @@ static const char *highlight_init_dark[] = { }; const char *const highlight_init_cmdline[] = { - // XXX When modifying a list modify it in both valid and invalid halfs. + // XXX When modifying a list modify it in both valid and invalid halves. // TODO(ZyX-I): merge valid and invalid groups via a macros. // NvimInternalError should appear only when highlighter has a bug. -- cgit