diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-11 06:39:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-11 06:39:42 +0000 |
commit | 3cb35e285681747c20880df07ade57979b681c80 (patch) | |
tree | 3b6e3652bc98f10744a5287e4121e1ca4dc185c0 /eclass | |
parent | Version bump for bug #109724. This one had textrel too. Aren't I lucky. (diff) | |
download | historical-3cb35e285681747c20880df07ade57979b681c80.tar.gz historical-3cb35e285681747c20880df07ade57979b681c80.tar.bz2 historical-3cb35e285681747c20880df07ade57979b681c80.zip |
Spelling fix thanks to Cardoe.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-pear-lib-r1.eclass | 4 | ||||
-rw-r--r-- | eclass/php5_1-sapi.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index fe56bfd7d30b..d98ee2930528 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.3 2006/01/05 09:11:39 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.4 2006/01/11 06:39:42 robbat2 Exp $ # # Author: Luca Longinotti <chtekk@gentoo.org> # Maintained by the PHP Herd <php-bugs@gentoo.org> @@ -48,7 +48,7 @@ php-pear-lib-r1_src_install() { "${D}/usr/share/php/.registry" # install to the correct phpX folder, if not specified - # /usr/share/php will be kept, also sedding to sobstitute + # /usr/share/php will be kept, also sedding to substitute # the path, many files can specify it wrongly if [ -n "${PHP_SHARED_CAT}" ] && [ "${PHP_SHARED_CAT}" != "php" ] ; then mv -f "${D}/usr/share/php" "${D}/usr/share/${PHP_SHARED_CAT}" || die "Unable to move files" diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index 7d0e6cd56985..c650131e6b8d 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.11 2006/01/10 18:38:06 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.12 2006/01/11 06:39:42 robbat2 Exp $ # # ######################################################################## # @@ -734,7 +734,7 @@ php5_1-sapi_pkg_postinst() { ewarn "'pdo' USE flags. Also, the MCVE extension was moved to PECL" ewarn "and thus can now be found in dev-php5/pecl-mcve. The Ovrimos" ewarn "and Pfpro extensions were removed altogether and have no" - ewarn "available sobstitute." + ewarn "available substitute." ewarn "The 'xml' and 'xml2' USE flags were unified in only the 'xml' USE" ewarn "flag. To get the features that were once controlled by the 'xml2'" |