summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-03-20 16:23:42 +0000
committerTorsten Veller <tove@gentoo.org>2008-03-20 16:23:42 +0000
commitb2edb301f9b80c4184d825e8c8d8a22caf9b22e9 (patch)
tree0fe5a911605244159066bdc455bf18a4dbf91246 /eclass
parentWorks on arm (diff)
downloadhistorical-b2edb301f9b80c4184d825e8c8d8a22caf9b22e9.tar.gz
historical-b2edb301f9b80c4184d825e8c8d8a22caf9b22e9.tar.bz2
historical-b2edb301f9b80c4184d825e8c8d8a22caf9b22e9.zip
Fixed typo: s/saveconfig/savedconfig/
Diffstat (limited to 'eclass')
-rw-r--r--eclass/savedconfig.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/savedconfig.eclass b/eclass/savedconfig.eclass
index 10b614a5a998..60e7af2471c5 100644
--- a/eclass/savedconfig.eclass
+++ b/eclass/savedconfig.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/savedconfig.eclass,v 1.8 2007/08/25 19:23:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/savedconfig.eclass,v 1.9 2008/03/20 16:23:42 tove Exp $
# @ECLASS: savedconfig.eclass
# @MAINTAINER:
@@ -114,7 +114,7 @@ restore_config() {
elif [[ -a {found} ]]; then
die "do not know how to handle non-file/directory ${found}"
else
- eerror "No saved config to restore - please remove USE=saveconfig or"
+ eerror "No saved config to restore - please remove USE=savedconfig or"
eerror "provide a configuration file in ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/${CATEGORY}/${PN}"
die "config file needed when USE=savedconfig is specified"
fi