diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-04 19:07:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 19:07:33 +0200 |
commit | a5c572bd446a89be2dccb2f7479ff1b017074640 (patch) | |
tree | 0d3177a9566106820249daeb625f54042d01856b /runtime/autoload | |
parent | b75acd2f94feac5b55eaa219e7beb2af93f15cf0 (diff) | |
download | rneovim-a5c572bd446a89be2dccb2f7479ff1b017074640.tar.gz rneovim-a5c572bd446a89be2dccb2f7479ff1b017074640.tar.bz2 rneovim-a5c572bd446a89be2dccb2f7479ff1b017074640.zip |
docs: fix typos
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: Raphael <glephunter@gmail.com>
Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com>
Co-authored-by: himanoa <matsunoappy@gmail.com>
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/health/provider.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/health/provider.vim b/runtime/autoload/health/provider.vim index 59361eb735..70f525156c 100644 --- a/runtime/autoload/health/provider.vim +++ b/runtime/autoload/health/provider.vim @@ -435,7 +435,7 @@ endfunction " Check if pyenv is available and a valid pyenv root can be found, then return " their respective paths. If either of those is invalid, return two empty -" strings, effectivly ignoring pyenv. +" strings, effectively ignoring pyenv. function! s:check_for_pyenv() abort let pyenv_path = resolve(exepath('pyenv')) |