tcl checker: fix a small typo

This commit is contained in:
Martin Grenfell 2011-02-27 00:30:02 +13:00
parent 4a8f14ebc1
commit 2c2f64fee3

View File

@ -15,7 +15,7 @@ if exists("loaded_tcl_syntax_checker")
endif endif
let loaded_tcl_syntax_checker = 1 let loaded_tcl_syntax_checker = 1
"bail if the user doesnt have perl installed "bail if the user doesnt have tclsh installed
if !executable("tclsh") if !executable("tclsh")
finish finish
endif endif