diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-07 14:39:32 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-07 14:39:32 +0000 |
commit | a5b8da1464db93c94b04a4112f060fea67b4fccd (patch) | |
tree | 6035dcbfd1c6b11e3cbcef27866b0f27d150611a /eclass/git.eclass | |
parent | Version bump, use gcc-4.3 patch (diff) | |
download | gentoo-2-a5b8da1464db93c94b04a4112f060fea67b4fccd.tar.gz gentoo-2-a5b8da1464db93c94b04a4112f060fea67b4fccd.tar.bz2 gentoo-2-a5b8da1464db93c94b04a4112f060fea67b4fccd.zip |
Fix a typo. Z vs S :] Thanks reavertm for spoting.
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r-- | eclass/git.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index ffa993ba7913..22d49ed040c8 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.19 2009/04/06 20:47:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.20 2009/04/07 14:39:32 scarabeus Exp $ # @ECLASS: git.eclass # @MAINTAINER: # Tomas Chvatal <scarabeus@gentoo.org> # Donnie Berkholz <dberkholz@gentoo.org> -# @BLURB: This eclass provides functions for fetch and unpack git repozitories +# @BLURB: This eclass provides functions for fetch and unpack git repositories # @DESCRIPTION: # The eclass is based on subversion eclass. # If you use this eclass, the ${S} is ${WORKDIR}/${P}. |