From 3925e836f8c63995b81014807be783f5a3edf7a9 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Wed, 7 Sep 2016 11:22:10 -0400 Subject: [PATCH] Fix spelling --- doc/syntastic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index 27ed1749..c85eb9b3 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -804,7 +804,7 @@ The result is a command line of the form: > All fields above are optional, and can be overridden by setting global variables 'g:syntastic___' - even parameters not specified in the call to "makeprgBuild()". For example to -override the argguments and the tail: > +override the arguments and the tail: > let g:syntastic_c_pc_lint_args = "-w5 -Iz:/usr/include/linux" let g:syntastic_c_pc_lint_tail = "2>/dev/null" <