aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/php.vim
diff options
context:
space:
mode:
authorWill Stamper <epmatsw@gmail.com>2014-08-24 16:28:39 -0500
committerWill Stamper <epmatsw@gmail.com>2014-08-24 18:40:06 -0500
commita1582a841b2864ad20c22cc18b04010f9a813128 (patch)
treeaab5efa74f5a4ee1df5f4a6dc864771ec4ec8842 /runtime/syntax/php.vim
parentae1788d55d5f465891e1b72f7d49101b96e8b013 (diff)
downloadrneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.gz
rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.bz2
rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.zip
Spelling fixes
Diffstat (limited to 'runtime/syntax/php.vim')
-rw-r--r--runtime/syntax/php.vim2
1 files changed, 1 insertions, 1 deletions
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