From a1582a841b2864ad20c22cc18b04010f9a813128 Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 24 Aug 2014 16:28:39 -0500 Subject: Spelling fixes --- runtime/syntax/clipper.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/clipper.vim') diff --git a/runtime/syntax/clipper.vim b/runtime/syntax/clipper.vim index 1a10a2dca2..6ee3892845 100644 --- a/runtime/syntax/clipper.vim +++ b/runtime/syntax/clipper.vim @@ -109,7 +109,7 @@ else endif syntax match clipperCommentError "\*/" -" Lines beggining with an "*" are comments too +" Lines beginning with an "*" are comments too syntax match clipperComment "^\*.*" -- cgit