We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc29ed commit 1cb54d9Copy full SHA for 1cb54d9
1 file changed
virtualenvwrapper_bashrc
@@ -67,7 +67,7 @@ function rmvirtualenv () {
67
verify_workon_home
68
if ["$env_name" == "" ]
69
then
70
- echo "Please specifiy an enviroment."
+ echo "Please specify an enviroment."
71
return 1
72
fi
73
env_dir="$WORKON_HOME/$env_name"
0 commit comments