Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
scop committed Oct 11, 2016
1 parent ddc9b4d commit 725ff0c
Show file tree
Hide file tree
Showing 33 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -315,7 +315,7 @@
* python-build: Fix build of Tkinter with Tcl/Tk 8.6 (#131)
* python-build: Fix build problem with Readline 6.3 (#126, #131, #149, #152)
* python-build: Do not exit with errors even if some of modules are absent (#131)
* python-build: MacOSX was mispelled as MaxOSX in `anaconda_architecture` (#136)
* python-build: MacOSX was misspelled as MaxOSX in `anaconda_architecture` (#136)
* python-build: Use default `cc` as the C Compiler to build CPython (#148, #150)
* python-build: Display value from `pypy_architecture` and `anaconda_architecture` on errors (yyuu/pyenv-virtualenv#18)
* python-build: Remove old development version; 2.6-dev
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/README.md
Expand Up @@ -175,7 +175,7 @@ definition. (All bundled definitions include checksums.)
python-build will first attempt to download package files from a mirror hosted on
GitHub Pages. If a package is not available on the mirror, if the mirror
is down, or if the download is corrupt, python-build will fall back to the
official URL specified in the defintion file.
official URL specified in the definition file.
You can point python-build to another mirror by specifying the
`PYTHON_BUILD_MIRROR_URL` environment variable--useful if you'd like to run your
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/bin/pyenv-install
Expand Up @@ -191,7 +191,7 @@ if [ -z "${PYENV_BOOTSTRAP_VERSION}" ]; then
# unsatisfied local .python-version file can cause the installer to
# fail.)
for version_info in "${VERSION_NAME%-dev}" "${VERSION_NAME%.*}" "${VERSION_NAME%%.*}"; do
# Anaconda's `curl` doesn't work on platfrom where `/etc/pki/tls/certs/ca-bundle.crt` isn't available (e.g. Debian)
# Anaconda's `curl` doesn't work on platform where `/etc/pki/tls/certs/ca-bundle.crt` isn't available (e.g. Debian)
for version in $(pyenv-whence "python${version_info}" 2>/dev/null || true); do
if [[ "${version}" != "anaconda"* ]] && [[ "${version}" != "miniconda"* ]]; then
PYENV_BOOTSTRAP_VERSION="${version}"
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-1.7
Expand Up @@ -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.7-dev' to build from soruce."
echo "try 'pypy-1.7-dev' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-1.8
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-1.9
Expand Up @@ -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.9-dev' to build from soruce."
echo "try 'pypy-1.9-dev' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.0
Expand Up @@ -26,7 +26,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-2.0-src' to build from soruce."
echo "try 'pypy-2.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.0.1
Expand Up @@ -18,7 +18,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-2.0.1-src' to build from soruce."
echo "try 'pypy-2.0.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.0.2
Expand Up @@ -18,7 +18,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-2.0.2-src' to build from soruce."
echo "try 'pypy-2.0.2-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.1
Expand Up @@ -30,7 +30,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-2.1-src' to build from soruce."
echo "try 'pypy-2.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.2
Expand Up @@ -30,7 +30,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-2.2-src' to build from soruce."
echo "try 'pypy-2.2-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.2.1
Expand Up @@ -30,7 +30,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-2.2.1-src' to build from soruce."
echo "try 'pypy-2.2.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.3
Expand Up @@ -30,7 +30,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-2.3-src' to build from soruce."
echo "try 'pypy-2.3-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.3.1
Expand Up @@ -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 'pypy-2.3.1-src' to build from soruce."
echo "try 'pypy-2.3.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.4-beta1
Expand Up @@ -30,7 +30,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-2.4-beta1-src' to build from soruce."
echo "try 'pypy-2.4-beta1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.4.0
Expand Up @@ -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 'pypy-2.4.0-src' to build from soruce."
echo "try 'pypy-2.4.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.5.0
Expand Up @@ -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 'pypy-2.5.0-src' to build from soruce."
echo "try 'pypy-2.5.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.5.1
Expand Up @@ -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 'pypy-2.5.1-src' to build from soruce."
echo "try 'pypy-2.5.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.6.0
Expand Up @@ -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 'pypy-2.6.0-src' to build from soruce."
echo "try 'pypy-2.6.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-2.6.1
Expand Up @@ -39,7 +39,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-2.6.1-src' to build from soruce."
echo "try 'pypy-2.6.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-4.0.0
Expand Up @@ -44,7 +44,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-4.0.0-src' to build from soruce."
echo "try 'pypy-4.0.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-4.0.1
Expand Up @@ -44,7 +44,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-4.0.1-src' to build from soruce."
echo "try 'pypy-4.0.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-5.0.0
Expand Up @@ -44,7 +44,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-5.0.0-src' to build from soruce."
echo "try 'pypy-5.0.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-5.0.1
Expand Up @@ -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 'pypy-5.0.1-src' to build from soruce."
echo "try 'pypy-5.0.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-5.1
Expand Up @@ -44,7 +44,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-5.1.0-src' to build from soruce."
echo "try 'pypy-5.1.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy-5.1.1
Expand Up @@ -44,7 +44,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-5.1.1-src' to build from soruce."
echo "try 'pypy-5.1.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
6 changes: 3 additions & 3 deletions plugins/python-build/share/python-build/pypy2-5.3
Expand Up @@ -6,7 +6,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.3-src' to build from soruce."
echo "try 'pypy2-5.3-src' to build from source."
echo
} >&2
exit 1
Expand All @@ -31,7 +31,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.3-src' to build from soruce."
echo "try 'pypy2-5.3-src' to build from source."
echo
} >&2
exit 1
Expand All @@ -48,7 +48,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-5.3-src' to build from soruce."
echo "try 'pypy-5.3-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy2-5.3.1
Expand Up @@ -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.3.1-src' to build from soruce."
echo "try 'pypy2-5.3.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy2-5.4
Expand Up @@ -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-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy3-2.3.1
Expand Up @@ -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 'pypy3-2.3.1-src' to build from soruce."
echo "try 'pypy3-2.3.1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy3-2.4.0
Expand Up @@ -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 'pypy3-2.4.0-src' to build from soruce."
echo "try 'pypy3-2.4.0-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/python-build/share/python-build/pypy3.3-5.2-alpha1
Expand Up @@ -32,7 +32,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 'pypy3.3-5.2-alpha1-src' to build from soruce."
echo "try 'pypy3.3-5.2-alpha1-src' to build from source."
echo
} >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion test/version-name.bats
Expand Up @@ -17,7 +17,7 @@ setup() {
assert_success "system"
}

@test "system version is not checked for existance" {
@test "system version is not checked for existence" {
PYENV_VERSION=system run pyenv-version-name
assert_success "system"
}
Expand Down

0 comments on commit 725ff0c

Please sign in to comment.