diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-15 11:10:17 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-15 11:10:17 +0000 |
commit | c39848edf9b1f5f261b181fbc35314631e66d95e (patch) | |
tree | 58ad98c2245e0cf24895f243e11f384297c3893f /eclass/distutils-r1.eclass | |
parent | Stable on amd64, wrt bug #452104 (diff) | |
download | historical-c39848edf9b1f5f261b181fbc35314631e66d95e.tar.gz historical-c39848edf9b1f5f261b181fbc35314631e66d95e.tar.bz2 historical-c39848edf9b1f5f261b181fbc35314631e66d95e.zip |
Fix typo
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 7d61166acb5e..6a062aec81aa 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.44 2013/01/12 23:18:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.45 2013/01/15 11:10:17 jlec Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -69,7 +69,7 @@ DEPEND=${PYTHON_DEPS} # @ECLASS-VARIABLE: DISTUTILS_JOBS # @DEFAULT_UNSET -# @DECRIPTION: +# @DESCRIPTION: # The number of parallel jobs to run for distutils-r1 parallel builds. # If unset, the job-count in ${MAKEOPTS} will be used. # |