1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Spelling fixes

This commit is contained in:
Ville Skyttä
2016-10-11 14:07:48 +03:00
parent ddc9b4d861
commit 725ff0c5dd
33 changed files with 35 additions and 35 deletions

View File

@@ -16,7 +16,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 'pypy-1.8-dev' to build from soruce."
echo "try 'pypy-1.8-dev' to build from source."
echo
} >&2
exit 1