Fix typeo in error message.

This commit is contained in:
bryanv
2010-09-03 03:55:39 +08:00
committed by Martin Grenfell
parent d54bcbfc98
commit 930be32a23

View File

@@ -702,7 +702,7 @@ function s:CommentLinesMinimal(firstLine, lastLine)
"if we need to use place holders for the comment, make sure they are "if we need to use place holders for the comment, make sure they are
"enabled for this filetype "enabled for this filetype
if !g:NERDUsePlaceHolders && s:DoesBlockHaveMultipartDelim(a:firstLine, a:lastLine) if !g:NERDUsePlaceHolders && s:DoesBlockHaveMultipartDelim(a:firstLine, a:lastLine)
throw 'NERDCommenter.Settings exception: Placeoholders are required but disabled.' throw 'NERDCommenter.Settings exception: Place holders are required but disabled.'
endif endif
"get the left and right delims to smack on "get the left and right delims to smack on