diff options
Diffstat (limited to 'runtime/syntax/spup.vim')
-rw-r--r-- | runtime/syntax/spup.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/spup.vim b/runtime/syntax/spup.vim index 07e9708eaa..8d7a9e525c 100644 --- a/runtime/syntax/spup.vim +++ b/runtime/syntax/spup.vim @@ -38,7 +38,7 @@ endif " one line comment syntax (# comments) " 1. allow appended code after comment, do not complain -" 2. show code beginnig with the second # as an error +" 2. show code beginning with the second # as an error " 3. show whole lines with more than one # as an error if !exists("oneline_comments") let oneline_comments = 2 |