diff options
author | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-06 09:23:39 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-06 09:23:39 +0000 |
commit | 7bca5e4794bfa2080d4fc5f24676b05b601c2362 (patch) | |
tree | 251c4fc24fdb534d6557255757df199358d2d02d /eclass/subversion.eclass | |
parent | stable x86, security bug 212425 (diff) | |
download | historical-7bca5e4794bfa2080d4fc5f24676b05b601c2362.tar.gz historical-7bca5e4794bfa2080d4fc5f24676b05b601c2362.tar.bz2 historical-7bca5e4794bfa2080d4fc5f24676b05b601c2362.zip |
Typo.
Diffstat (limited to 'eclass/subversion.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 c48fa331b871..927ac005e8f6 100644 --- a/eclass/subversion.eclass +++ b/eclass/subversion.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.56 2008/02/27 12:54:35 zlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.57 2008/03/06 09:23:39 zlin Exp $ # @ECLASS: subversion.eclass # @MAINTAINER: @@ -244,7 +244,7 @@ subversion_fetch() { if [[ -z ${esvn_up_freq} ]]; then if [[ ${ESVN_WC_URL} != $(subversion__get_repository_uri "${repo_uri}") ]]; then - einfo "suversion switch start -->" + einfo "subversion switch start -->" einfo " old repository: ${ESVN_WC_URL}@${ESVN_WC_REVISION}" einfo " new repository: ${repo_uri}${revision:+@}${revision}" |