Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Aug 10, 2023
1 parent fad08d9 commit 368e0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/doge.vim
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function! doge#install(...) abort

function! s:report_result(exitcode) abort
if a:exitcode == 0
echom g:doge_prefix . ' installed sucessfully'
echom g:doge_prefix . ' installed successfully'
else
echohl ErrorMsg
echom g:doge_prefix . ' installation failed ' . '(exit code: ' . a:exitcode . ')'
Expand Down

0 comments on commit 368e0a6

Please sign in to comment.