diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-07-03 12:06:20 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-07-03 12:06:20 +0000 |
commit | 5e5735e682f759067a872ba4a86113a7e711fb3b (patch) | |
tree | 65159879bfb958f7be642df3e9a196d416016739 /eclass | |
parent | Removed unnecessary setting of the S variable. (Manifest recommit) (diff) | |
download | gentoo-2-5e5735e682f759067a872ba4a86113a7e711fb3b.tar.gz gentoo-2-5e5735e682f759067a872ba4a86113a7e711fb3b.tar.bz2 gentoo-2-5e5735e682f759067a872ba4a86113a7e711fb3b.zip |
typo fix
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/subversion.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass index 91647ebf890b..84ea06a5b99a 100644 --- a/eclass/subversion.eclass +++ b/eclass/subversion.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.14 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.15 2004/07/03 12:06:20 hattya Exp $ ## --------------------------------------------------------------------------- # # Author: Akinori Hattori <hattya@gentoo.org> @@ -193,7 +193,7 @@ subversion_bootstrap() { cd "${S}" if [ "${ESVN_PATCHES}" ]; then - einfo "apply paches -->" + einfo "apply patches -->" for PATCH in ${ESVN_PATCHES}; do if [ -f "${PATCH}" ]; then |