diff options
author | inoas <mail@inoas.com> | 2019-04-09 14:50:27 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-10 13:43:45 +0300 |
commit | c9693baa78dccbc0543a8996287f2696b3d99971 (patch) | |
tree | 1621406dc26dc40b766ef93fda8535432d08a1e7 /community/php7 | |
parent | 38589ea4afc64ec8c6c5e884b01fd29f0518c6c3 (diff) | |
download | aports-c9693baa78dccbc0543a8996287f2696b3d99971.tar.bz2 aports-c9693baa78dccbc0543a8996287f2696b3d99971.tar.xz |
community/php7: fix typo
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 1d57d6cc12..a89db556f3 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -215,7 +215,7 @@ prepare() { local vapi=$(sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h) if [ "$vapi" != "$_apiver" ]; then - error "Upstreram API version is now $vapi. Expecting $_apiver" + error "Upstream API version is now $vapi. Expecting $_apiver" error "After updating _apiver, all 3rd-party extensions must be rebuilt." return 1 fi |