Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Sat, 31 Oct 2015 00:26:56
Message-Id: 1446251061.ccbfb0a995b87ea81ed408643b853072042fee19.mjo@gentoo
1 commit: ccbfb0a995b87ea81ed408643b853072042fee19
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 22:58:08 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 00:24:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbfb0a9
7
8 dev-lang/php: fix typo "chose" -> "choose", bug #537904 by David Flogeras.
9
10 Gentoo-Bug: 537904
11
12 Package-Manager: portage-2.2.20.1
13
14 dev-lang/php/php-5.6.15.ebuild | 2 +-
15 dev-lang/php/php-7.0.0_rc5.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/php/php-5.6.15.ebuild b/dev-lang/php/php-5.6.15.ebuild
19 index dcf8362..dd68ab2 100644
20 --- a/dev-lang/php/php-5.6.15.ebuild
21 +++ b/dev-lang/php/php-5.6.15.ebuild
22 @@ -769,7 +769,7 @@ pkg_postinst() {
23 fi
24 elog
25 elog "This ebuild installed a version of php.ini based on php.ini-${PHP_INI_VERSION} version."
26 - elog "You can chose which version of php.ini to install by default by setting PHP_INI_VERSION to either"
27 + elog "You can choose which version of php.ini to install by default by setting PHP_INI_VERSION to either"
28 elog "'production' or 'development' in ${EPREFIX}/etc/make.conf"
29 elog "Both versions of php.ini can be found in ${EPREFIX}/usr/share/doc/${PF}"
30
31
32 diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild b/dev-lang/php/php-7.0.0_rc5.ebuild
33 index c81046f..863491a 100644
34 --- a/dev-lang/php/php-7.0.0_rc5.ebuild
35 +++ b/dev-lang/php/php-7.0.0_rc5.ebuild
36 @@ -745,7 +745,7 @@ pkg_postinst() {
37 fi
38 elog
39 elog "This ebuild installed a version of php.ini based on php.ini-${PHP_INI_VERSION} version."
40 - elog "You can chose which version of php.ini to install by default by setting PHP_INI_VERSION to either"
41 + elog "You can choose which version of php.ini to install by default by setting PHP_INI_VERSION to either"
42 elog "'production' or 'development' in ${EPREFIX}/etc/make.conf"
43 elog "Both versions of php.ini can be found in ${EPREFIX}/usr/share/doc/${PF}"