diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-05-30 15:50:05 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-05-30 15:50:05 +0000 |
commit | 8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad (patch) | |
tree | c4acd830f3804163e5af902c766ff953839fab4e /eclass/libtool.eclass | |
parent | Version bump. (diff) | |
download | historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.tar.gz historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.tar.bz2 historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.zip |
depreciated -> deprecated. bug #180352
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r-- | eclass/libtool.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 0bffb7428f2b..7622cd6c9cb3 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.75 2007/03/04 21:03:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.76 2007/05/30 15:45:34 cardoe Exp $ # # Maintainer: base-system@gentoo.org # @@ -349,12 +349,12 @@ elibtoolize() { } uclibctoolize() { - ewarn "uclibctoolize() is depreciated, please just use elibtoolize()!" + ewarn "uclibctoolize() is deprecated, please just use elibtoolize()!" elibtoolize } darwintoolize() { - ewarn "darwintoolize() is depreciated, please just use elibtoolize()!" + ewarn "darwintoolize() is deprecated, please just use elibtoolize()!" elibtoolize } |