Browse Source

Update pypy2-5.4.1

Updated comment and fixed typo.
pull/697/head
Samuel Villamonte 8 years ago
committed by GitHub
parent
commit
ba945d229c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/python-build/share/python-build/pypy2-5.4.1

+ 1
- 1
plugins/python-build/share/python-build/pypy2-5.4.1 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

Loading…
Cancel
Save