Update pypy2-5.4.1

Updated comment and fixed typo.
This commit is contained in:
Samuel Villamonte 2016-09-08 23:50:09 -05:00 committed by GitHub
parent e44f7399f5
commit ba945d229c

View file

@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
{ echo { echo
colorize 1 "ERROR" colorize 1 "ERROR"
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)." echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo "try 'pypy2-5.4-src' to build from soruce." echo "try 'pypy2-5.4.1-src' to build from source."
echo echo
} >&2 } >&2
exit 1 exit 1