From a1582a841b2864ad20c22cc18b04010f9a813128 Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 24 Aug 2014 16:28:39 -0500 Subject: Spelling fixes --- runtime/syntax/php.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/php.vim') diff --git a/runtime/syntax/php.vim b/runtime/syntax/php.vim index f27d923400..26d60a9382 100644 --- a/runtime/syntax/php.vim +++ b/runtime/syntax/php.vim @@ -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 -- cgit