summaryrefslogtreecommitdiff
path: root/autoload/ale/handlers/hdl_checker.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/ale/handlers/hdl_checker.vim')
-rw-r--r--autoload/ale/handlers/hdl_checker.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/handlers/hdl_checker.vim b/autoload/ale/handlers/hdl_checker.vim
index e11c5377..e871b083 100644
--- a/autoload/ale/handlers/hdl_checker.vim
+++ b/autoload/ale/handlers/hdl_checker.vim
@@ -13,7 +13,7 @@ function! ale#handlers#hdl_checker#IsDotGit(path) abort
return ! empty(a:path) && isdirectory(a:path)
endfunction
-" Sould return (in order of preference)
+" Should return (in order of preference)
" 1. Nearest config file
" 2. Nearest .git directory
" 3. The current path