diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-27 07:00:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-27 07:00:40 +0000 |
commit | 9dca185c79019fafedbbd0f5638d2a9861f03114 (patch) | |
tree | a292862c1d4f6899d784feeab644bcb95940d72a /eclass/cvs.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-9dca185c79019fafedbbd0f5638d2a9861f03114.tar.gz gentoo-2-9dca185c79019fafedbbd0f5638d2a9861f03114.tar.bz2 gentoo-2-9dca185c79019fafedbbd0f5638d2a9861f03114.zip |
Fix a typo.
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 5d0bdd49a989..ca5ee5270d72 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.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/cvs.eclass,v 1.69 2008/03/06 00:54:07 zlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.70 2008/04/27 07:00:40 ulm Exp $ # @ECLASS: cvs.eclass # @MAINTAINER: @@ -69,7 +69,7 @@ inherit eutils # Refer to the information in the CVS man page regarding the -l # command option (not the -l global option). -# @ECLASS-VARIABLE: ECVS_LOCLANAME +# @ECLASS-VARIABLE: ECVS_LOCALNAME # @DESCRIPTION: # Local name of checkout directory # @@ -159,7 +159,7 @@ inherit eutils # -C option to cvs update) # @ECLASS-VARIABLE: ECVS_RUNAS -# @DESCRIPTION: +# @DESCRIPTION: # Specifies an alternate (non-root) user to use to run cvs. Currently # b0rked and wouldn't work with portage userpriv anyway without # special magic. |