Skip to content

Commit 3c0edf8

Browse files
authored
Spelling fixes (#352)
1 parent 057b9be commit 3c0edf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#### 1.1.4
88

99
* Support newer conda (#290)
10-
* Prefer `python3.x` executable if avaialble (#206, #282, #296)
10+
* Prefer `python3.x` executable if available (#206, #282, #296)
1111

1212
#### 1.1.3
1313

bin/pyenv-virtualenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ detect_venv() {
145145
if [ -x "${prefix}/bin/virtualenv" ]; then
146146
HAS_VIRTUALENV=1
147147
fi
148-
# Prefer `python3.x` executable if avaialble (#206, #282)
148+
# Prefer `python3.x` executable if available (#206, #282)
149149
local python
150150
for python in "python${PYENV_VERSION%.*}" "python${PYENV_VERSION%%.*}" "python"; do
151151
if pyenv-exec "${python}" -m venv --help 1>/dev/null 2>&1; then

0 commit comments

Comments
 (0)