diff options
author | Torsten Veller <tove@gentoo.org> | 2008-03-20 16:23:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-03-20 16:23:42 +0000 |
commit | df120d8c92126215b2ec6646fd74b8b47f6c5ada (patch) | |
tree | 476c84a9805d99a178b0ea0510b1bd7948f1261e /eclass | |
parent | Old. (diff) | |
download | gentoo-2-df120d8c92126215b2ec6646fd74b8b47f6c5ada.tar.gz gentoo-2-df120d8c92126215b2ec6646fd74b8b47f6c5ada.tar.bz2 gentoo-2-df120d8c92126215b2ec6646fd74b8b47f6c5ada.zip |
Fixed typo: s/saveconfig/savedconfig/
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/savedconfig.eclass | 4 |
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 |