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
commit389fd7fa3854d64ef911f15e23d2c2e6e7b1e9f2 (patch)
tree5211ef614419e2e07598f2ac173ab5346a958ce4 /eclass
parentChange wxPython to wxpython. (diff)
downloadhistorical-389fd7fa3854d64ef911f15e23d2c2e6e7b1e9f2.tar.gz
historical-389fd7fa3854d64ef911f15e23d2c2e6e7b1e9f2.tar.bz2
historical-389fd7fa3854d64ef911f15e23d2c2e6e7b1e9f2.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