From 8e7d6223f630690b72b387eaed704bf01f3f29d2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 18 Dec 2020 19:49:56 +0100 Subject: patch 8.2.2160: various typos Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494) --- src/cindent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cindent.c') diff --git a/src/cindent.c b/src/cindent.c index aeecc4b95c..b2fac1a9fb 100644 --- a/src/cindent.c +++ b/src/cindent.c @@ -2121,7 +2121,7 @@ get_c_indent(void) } // #defines and so on go at the left when included in 'cinkeys', - // exluding pragmas when customized in 'cinoptions' + // excluding pragmas when customized in 'cinoptions' if (*theline == '#' && (*linecopy == '#' || in_cinkeys('#', ' ', TRUE))) { char_u *directive = skipwhite(theline + 1); -- cgit v1.2.3