diff options
author | Will Stamper <epmatsw@gmail.com> | 2014-08-24 16:28:39 -0500 |
---|---|---|
committer | Will Stamper <epmatsw@gmail.com> | 2014-08-24 18:40:06 -0500 |
commit | a1582a841b2864ad20c22cc18b04010f9a813128 (patch) | |
tree | aab5efa74f5a4ee1df5f4a6dc864771ec4ec8842 /runtime/syntax/specman.vim | |
parent | ae1788d55d5f465891e1b72f7d49101b96e8b013 (diff) | |
download | rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.gz rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.bz2 rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.zip |
Spelling fixes
Diffstat (limited to 'runtime/syntax/specman.vim')
-rw-r--r-- | runtime/syntax/specman.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/specman.vim b/runtime/syntax/specman.vim index 3fb77a2afa..93fb4a86c6 100644 --- a/runtime/syntax/specman.vim +++ b/runtime/syntax/specman.vim @@ -111,8 +111,8 @@ syn region specmanString start=+"+ end=+"+ "********************************************************************** -" I took this section from c.vim but I didnt succeded to make it work -" ANY one who dare jumping to this deep watter is more than welocome! +" I took this section from c.vim, but I didn't succeed in making it work +" ANY one who dares to jump into this deep water is more than welcome! "********************************************************************** ""catch errors caused by wrong parenthesis and brackets |