summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoload/ale/cursor.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/cursor.vim b/autoload/ale/cursor.vim
index 86391d5c..3e19b6fc 100644
--- a/autoload/ale/cursor.vim
+++ b/autoload/ale/cursor.vim
@@ -24,7 +24,7 @@ function! s:EchoWithShortMess(setting, message) abort
" Turn shortmess on or off.
if a:setting ==# 'on'
setlocal shortmess+=T
- " echomsg is neede for the message to get truncated and appear in
+ " echomsg is needed for the message to get truncated and appear in
" the message history.
exec "norm! :echomsg a:message\n"
elseif a:setting ==# 'off'