aboutsummaryrefslogtreecommitdiff
path: root/runtime/compiler
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-08-24 22:13:56 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-08-24 22:13:56 -0400
commit92d27b7290914585f11d3a07e9bbbc504b8c9ca1 (patch)
tree6063d3d94af147d2d48d70c8201ef3d81a3c9787 /runtime/compiler
parent3623a028263fa321f0790fe1132ac2934d6d5dc7 (diff)
parenta1582a841b2864ad20c22cc18b04010f9a813128 (diff)
downloadrneovim-92d27b7290914585f11d3a07e9bbbc504b8c9ca1.tar.gz
rneovim-92d27b7290914585f11d3a07e9bbbc504b8c9ca1.tar.bz2
rneovim-92d27b7290914585f11d3a07e9bbbc504b8c9ca1.zip
Merge pull request #1111 from epmatsw/spellcheck2
More Typo Fixes
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/checkstyle.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/checkstyle.vim b/runtime/compiler/checkstyle.vim
index eac461bb2d..ccab3c585d 100644
--- a/runtime/compiler/checkstyle.vim
+++ b/runtime/compiler/checkstyle.vim
@@ -14,6 +14,6 @@ endif
CompilerSet makeprg=java\ com.puppycrawl.tools.checkstyle.Main\ -f\ plain
-" sample error: WebTable.java:282: '+=' is not preceeded with whitespace.
+" sample error: WebTable.java:282: '+=' is not preceded with whitespace.
" WebTable.java:201:1: '{' should be on the previous line.
CompilerSet errorformat=%f:%l:%v:\ %m,%f:%l:\ %m,%-G%.%#