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/postscr.vim | |
parent | ae1788d55d5f465891e1b72f7d49101b96e8b013 (diff) | |
download | rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.gz rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.bz2 rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.zip |
Spelling fixes
Diffstat (limited to 'runtime/syntax/postscr.vim')
-rw-r--r-- | runtime/syntax/postscr.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/postscr.vim b/runtime/syntax/postscr.vim index fddfe4c947..8b051d33b3 100644 --- a/runtime/syntax/postscr.vim +++ b/runtime/syntax/postscr.vim @@ -503,11 +503,11 @@ if postscr_level == 2 || postscr_level == 3 " Page duplexing operators syn keyword postscrL2Operator duplexmode firstside newsheet setduplexmode settumble tumble -" Device compatability operators +" Device compatibility operators syn keyword postscrL2Operator devdismount devformat devmount devstatus syn keyword postscrL2Repeat devforall -" Imagesetter compatability operators +" Imagesetter compatibility operators syn keyword postscrL2Operator accuratescreens checkscreen pagemargin pageparams setaccuratescreens setpage syn keyword postscrL2Operator setpagemargin setpageparams |