diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-12-28 00:25:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-12-28 00:25:53 +0000 |
commit | 078c771a1d08635c3f2477a16cef504994be19d3 (patch) | |
tree | f45c10ecf4a12ec249c19e60efade27844477bf2 /eclass/flag-o-matic.eclass | |
parent | Fix ia64 where the order of the configure options was overridden by mips, tha... (diff) | |
download | gentoo-2-078c771a1d08635c3f2477a16cef504994be19d3.tar.gz gentoo-2-078c771a1d08635c3f2477a16cef504994be19d3.tar.bz2 gentoo-2-078c771a1d08635c3f2477a16cef504994be19d3.zip |
Spelling fixes.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index be05937b92f9..7678708b9665 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.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/flag-o-matic.eclass,v 1.194 2013/12/27 21:39:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.195 2013/12/28 00:25:53 robbat2 Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -599,8 +599,8 @@ replace-sparc64-flags() { # @FUNCTION: append-libs # @USAGE: <libs> # @DESCRIPTION: -# Add extra <libs> to the current LIBS. All arguments should prefixed with -# either -l or -L. For compatability, if arguments are not prefixed as +# Add extra <libs> to the current LIBS. All arguments should be prefixed with +# either -l or -L. For compatibility, if arguments are not prefixed as # options, they are given a -l prefix automatically. append-libs() { [[ $# -eq 0 ]] && return 0 |