commit: ba290f327bcc41a07645a7e113db9f652b4c7e14
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 07:56:18 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 07:56:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba290f32
vim-plugin.eclass: fix typo.
eclass/vim-plugin.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index 1bfcde9d580..e6aaae48283 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