diff options
author | 2011-05-20 14:35:01 +0000 | |
---|---|---|
committer | 2011-05-20 14:35:01 +0000 | |
commit | c67fb49ba16fa6c8d579122b9d6516af20ec566a (patch) | |
tree | f07ee1887b4f410583afd7c6f4db70d4523c1417 /eclass | |
parent | Add perl-5.14.0 as provider. Change version scheme (diff) | |
download | historical-c67fb49ba16fa6c8d579122b9d6516af20ec566a.tar.gz historical-c67fb49ba16fa6c8d579122b9d6516af20ec566a.tar.bz2 historical-c67fb49ba16fa6c8d579122b9d6516af20ec566a.zip |
Fix typo upack -> unpack
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index a573e2c3609e..f44d2926ddef 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.6 2011/05/19 12:03:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.7 2011/05/20 14:35:01 scarabeus Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: @@ -506,7 +506,7 @@ git-2_migrate_repository() { # @FUNCTION: git-2_src_unpack # @DESCRIPTION: -# Default git src_upack function. +# Default git src_unpack function. git-2_src_unpack() { debug-print-function ${FUNCNAME} "$@" |