summaryrefslogtreecommitdiff
path: root/ale_linters/sh/shellcheck.vim
diff options
context:
space:
mode:
authorrhysd <lin90162@yahoo.co.jp>2017-10-03 01:11:54 +0900
committerrhysd <lin90162@yahoo.co.jp>2017-10-03 01:11:54 +0900
commit753592ca6605c8b8f45c5cd08604b514ec644cc3 (patch)
treeb715680462f76b48802749511958f8c04443b993 /ale_linters/sh/shellcheck.vim
parente0bd490ed9150c8a229f127dcacbcbf97c9f9861 (diff)
downloadale-753592ca6605c8b8f45c5cd08604b514ec644cc3.zip
Fix typos
Diffstat (limited to 'ale_linters/sh/shellcheck.vim')
-rw-r--r--ale_linters/sh/shellcheck.vim2
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'