summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-07 14:39:32 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-07 14:39:32 +0000
commit01378946a20d420d946ea48e389ffb8cd440c950 (patch)
treee49b3dca3505aa7569919af3b164d998e4d6c55d /eclass
parentVersion bump, use gcc-4.3 patch (diff)
downloadhistorical-01378946a20d420d946ea48e389ffb8cd440c950.tar.gz
historical-01378946a20d420d946ea48e389ffb8cd440c950.tar.bz2
historical-01378946a20d420d946ea48e389ffb8cd440c950.zip
Fix a typo. Z vs S :] Thanks reavertm for spoting.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/git.eclass4
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}.