summaryrefslogtreecommitdiffstats
path: root/Lib/venv/scripts/common/Activate.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/venv/scripts/common/Activate.ps1')
-rw-r--r--Lib/venv/scripts/common/Activate.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/venv/scripts/common/Activate.ps1 b/Lib/venv/scripts/common/Activate.ps1
index 51fc55c..eeea358 100644
--- a/Lib/venv/scripts/common/Activate.ps1
+++ b/Lib/venv/scripts/common/Activate.ps1
@@ -202,7 +202,7 @@ else {
$Prompt = $pyvenvCfg['prompt'];
}
else {
- Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virutal environment)"
+ Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)"
Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'"
$Prompt = Split-Path -Path $venvDir -Leaf
}