summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-08-10 10:43:53 +0200
committerAnatol Belski <ab@php.net>2015-08-10 10:43:53 +0200
commita88edb3bed4ab44e773bec1704762b2acd4d2ff7 (patch)
tree652488548888bd7f5a58e5e8e1f63d5200e6288d /makedist
parent0f8bc1cec91d1049277bea7ee3a4ecd05da8c9f6 (diff)
downloadphp-git-a88edb3bed4ab44e773bec1704762b2acd4d2ff7.tar.gz
fix wording
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 4cf8664779..50cb49ed3a 100755
--- a/makedist
+++ b/makedist
@@ -35,7 +35,7 @@ if test "${1}" -lt "3" -o "${1}" = "3" -a "${2}" -eq "0" -a "${3}" -lt "2"; then
fi
eval set `re2c --version| grep 're2c' | cut -d ' ' -f 2 | sed -e 's/\./ /g'`
if test "${2}" -lt "13" -o "${2}" -eq "13" -a "${3}" -lt "5"; then
- echo "You will need re2c >= 0.13.5 if you want to regenerate the Zend parser (found ${1}.${2}.${3})."
+ echo "You will need re2c >= 0.13.5 if you want to regenerate the Zend scanner (found ${1}.${2}.${3})."
exit 2
fi
IFS="$old_IFS"