fix a comment typo in the less syntax checker

This commit is contained in:
marty 2010-12-09 08:09:29 +08:00 committed by Chris Hoffman
parent 5850503574
commit 06213cd241

View File

@ -14,7 +14,7 @@ if exists("loaded_less_syntax_checker")
endif
let loaded_less_syntax_checker = 1
"bail if the user doesnt have the haml binary installed
"bail if the user doesnt have the lessc binary installed
if !executable("lessc")
finish
endif