summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/abel.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/abel.vim')
-rw-r--r--runtime/syntax/abel.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/abel.vim b/runtime/syntax/abel.vim
index 67d7e4f786..dbed541ba8 100644
--- a/runtime/syntax/abel.vim
+++ b/runtime/syntax/abel.vim
@@ -59,7 +59,7 @@ syn region abelSpecifier start='istype' end=';' contains=abelTypeIdChar,abelType
syn match abelTypeIdChar "[,']" contained
syn match abelTypeIdEnd ";" contained
-" string contstants and special characters within them
+" string constants and special characters within them
syn match abelSpecial contained "\\['\\]"
syn region abelString start=+'+ skip=+\\"+ end=+'+ contains=abelSpecial