summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-07-03 12:06:20 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-07-03 12:06:20 +0000
commit5e5735e682f759067a872ba4a86113a7e711fb3b (patch)
tree65159879bfb958f7be642df3e9a196d416016739 /eclass
parentRemoved unnecessary setting of the S variable. (Manifest recommit) (diff)
downloadgentoo-2-5e5735e682f759067a872ba4a86113a7e711fb3b.tar.gz
gentoo-2-5e5735e682f759067a872ba4a86113a7e711fb3b.tar.bz2
gentoo-2-5e5735e682f759067a872ba4a86113a7e711fb3b.zip
typo fix
Diffstat (limited to 'eclass')
-rw-r--r--eclass/subversion.eclass4
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