chore: Fix some typos

This commit is contained in:
Alexander Cyon 2024-09-01 19:12:09 +02:00
commit a7db067c2c
No known key found for this signature in database
13 changed files with 16 additions and 16 deletions

View file

@ -74,7 +74,7 @@ function vrun() {
}
# Create a new virtual environment using the specified name.
# If none specfied, use $PYTHON_VENV_NAME
# If none specified, use $PYTHON_VENV_NAME
function mkv() {
local name="${1:-$PYTHON_VENV_NAME}"
local venvpath="${name:P}"