diff options
| author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-26 09:56:18 +0200 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-26 09:56:36 +0200 |
| commit | ba290f327bcc41a07645a7e113db9f652b4c7e14 (patch) | |
| tree | b096c35b46db5b7ca96331fe4a020e68a22c3fbc /eclass/vim-plugin.eclass | |
| parent | 3863cb68ebf5709d2549ee278180c615f2288bc9 (diff) | |
| download | gentoo-ba290f327bcc41a07645a7e113db9f652b4c7e14.tar.gz gentoo-ba290f327bcc41a07645a7e113db9f652b4c7e14.tar.bz2 gentoo-ba290f327bcc41a07645a7e113db9f652b4c7e14.zip | |
vim-plugin.eclass: fix typo.
Diffstat (limited to 'eclass/vim-plugin.eclass')
| -rw-r--r-- | eclass/vim-plugin.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 1bfcde9d580b..e6aaae482837 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -93,7 +93,7 @@ vim-plugin_pkg_postinst() { # @DESCRIPTION: # Overrides the pkg_postrm phase for this eclass. # This function calls the update_vim_helptags and update_vim_afterscripts -# functions and enventually removes a bunch of empty directories. +# functions and eventually removes a bunch of empty directories. vim-plugin_pkg_postrm() { has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= update_vim_helptags # from vim-doc |
