Skip to content

Commit 162e2c2

Browse files
committed
Fix spelling error in comment
1 parent a794735 commit 162e2c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup-env

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ check_python_version() {
7474
"invalid version of Python."
7575
exit 1
7676
# Else if the Python version isn't installed then notify the user.
77-
# grep -E is used for searching through text lines that match the specific verison.
77+
# grep -E is used for searching through text lines that match the
78+
# specific version.
7879
elif ! python_versions | grep -E "^${version}$" > /dev/null; then
7980
echo "Error: Python version $version is not installed."
8081
echo "Installed Python versions are:"

0 commit comments

Comments
 (0)