Skip to content

Commit 1cb54d9

Browse files
committed
fix spelling mistake
--HG-- extra : convert_revision : svn%3A98f53aa3-d424-0410-b225-a548b0275c4d/Projects/virtualenvwrapper/trunk%401759
1 parent 9cc29ed commit 1cb54d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper_bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function rmvirtualenv () {
6767
verify_workon_home
6868
if ["$env_name" == "" ]
6969
then
70-
echo "Please specifiy an enviroment."
70+
echo "Please specify an enviroment."
7171
return 1
7272
fi
7373
env_dir="$WORKON_HOME/$env_name"

0 commit comments

Comments
 (0)