diff options
author | rhysd <lin90162@yahoo.co.jp> | 2017-10-03 01:11:54 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2017-10-03 01:11:54 +0900 |
commit | 753592ca6605c8b8f45c5cd08604b514ec644cc3 (patch) | |
tree | b715680462f76b48802749511958f8c04443b993 /ale_linters | |
parent | e0bd490ed9150c8a229f127dcacbcbf97c9f9861 (diff) | |
download | ale-753592ca6605c8b8f45c5cd08604b514ec644cc3.zip |
Fix typos
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/sh/shellcheck.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/sh/shellcheck.vim b/ale_linters/sh/shellcheck.vim index 004656b5..b47ba19f 100644 --- a/ale_linters/sh/shellcheck.vim +++ b/ale_linters/sh/shellcheck.vim @@ -2,7 +2,7 @@ " Description: This file adds support for using the shellcheck linter with " shell scripts. -" This global variable can be set with a string of comma-seperated error +" This global variable can be set with a string of comma-separated error " codes to exclude from shellcheck. For example: " " let g:ale_sh_shellcheck_exclusions = 'SC2002,SC2004' |