Spelling fixes

This commit is contained in:
Will Stamper
2014-08-24 16:28:39 -05:00
parent ae1788d55d
commit a1582a841b
23 changed files with 28 additions and 28 deletions

View File

@@ -110,7 +110,7 @@ if exists( "php_htmlInStrings")
syn cluster phpAddStrings add=@htmlTop
endif
" make sure we can use \ at the begining of the line to do a continuation
" make sure we can use \ at the beginning of the line to do a continuation
let s:cpo_save = &cpo
set cpo&vim