diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-28 18:23:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-28 18:23:25 +0000 |
commit | e2332786f838ee5fa4a64083f6fe6292555495d2 (patch) | |
tree | f781e0769f0af7e400c5f7adf81fbebd436f9d02 /eclass | |
parent | Version bump. (diff) | |
download | historical-e2332786f838ee5fa4a64083f6fe6292555495d2.tar.gz historical-e2332786f838ee5fa4a64083f6fe6292555495d2.tar.bz2 historical-e2332786f838ee5fa4a64083f6fe6292555495d2.zip |
Fix typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index fa5948900df3..a93e5b90a466 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.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/multilib-build.eclass,v 1.23 2013/10/01 18:06:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.24 2013/12/28 18:23:25 jlec Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: @@ -384,7 +384,7 @@ multilib_is_native_abi() { # @FUNCTION: multilib_build_binaries # @DESCRIPTION: -# Determine wheter to build binaries for the current build ABI. +# Determine whether to build binaries for the current build ABI. # Returns true status (0) if the current built ABI is the profile # native or COMPLETE_MULTILIB variable is set to yes, otherwise # false (1). |