summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-03-30 05:52:27 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-03-30 05:52:27 +0000
commit090301b904d94b29f5a49199212e582ece5eb3b6 (patch)
treeb95df4e3fc5f978c2af622c6dd778853677572f8 /eclass/git.eclass
parentAdd EGIT_OFFLINE support to git.eclass, modelled after the svn.eclass offline... (diff)
downloadhistorical-090301b904d94b29f5a49199212e582ece5eb3b6.tar.gz
historical-090301b904d94b29f5a49199212e582ece5eb3b6.tar.bz2
historical-090301b904d94b29f5a49199212e582ece5eb3b6.zip
Fix a comment.
Diffstat (limited to 'eclass/git.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 95029457144e..34751814cad0 100644
--- a/eclass/git.eclass
+++ b/eclass/git.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.9 2008/03/30 05:39:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.10 2008/03/30 05:52:27 robbat2 Exp $
## --------------------------------------------------------------------------- #
# subversion.eclass author: Akinori Hattori <hattya@gentoo.org>
@@ -98,7 +98,7 @@ EGIT_DIFFSTAT_CMD="git diff --stat"
# @ECLASS-VARIABLE: EGIT_OFFLINE
# @DESCRIPTION:
# Set this variable to a non-empty value to disable the automatic updating of
-# an GIT source tree. This is intended to be set outside the subversion source
+# an GIT source tree. This is intended to be set outside the git source
# tree by users.
EGIT_OFFLINE="${EGIT_OFFLINE:-${ESCM_OFFLINE}}"