diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-13 13:25:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-13 13:25:52 +0000 |
commit | 302d987014ebe5cf2dc592ea0a4bbded0a8d658c (patch) | |
tree | 43e4c0360f4de43bd184303f6ee08e840f97c01b /eclass/vim.eclass | |
parent | changelog:P (diff) | |
download | historical-302d987014ebe5cf2dc592ea0a4bbded0a8d658c.tar.gz historical-302d987014ebe5cf2dc592ea0a4bbded0a8d658c.tar.bz2 historical-302d987014ebe5cf2dc592ea0a4bbded0a8d658c.zip |
fix punctuation
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 82cf7b04ee02..0ae34675a745 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.41 2003/11/12 22:22:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.42 2003/11/13 13:25:52 agriffis Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -123,7 +123,7 @@ vim_src_unpack() { # Apply any patches available from vim.org for this version [ -n "$VIM_ORG_PATCHES" ] && apply_vim_patches - # Another set of patch's borrowed from src rpm to fix syntax error's etc. + # Another set of patches borrowed from src rpm to fix syntax errors etc. cd ${S} || die "cd ${S} failed" EPATCH_SUFFIX="gz" EPATCH_FORCE="yes" \ epatch ${WORKDIR}/gentoo/patches-all/ |