Merge pull request #1867 from dijonkitchen/spelling

Manual: fix spelling.
This commit is contained in:
LCD 047 2016-09-07 19:29:06 +03:00 committed by GitHub
commit ec8d6de50f

View File

@ -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_<filetype>_<checker-name>_<option-name>' - 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"
<