1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 20:13:47 -05:00

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
colorize 1 "ERROR"
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
} >&2
exit 1