Skip to content

Commit cee707f

Browse files
committed
Merged in sambrightman/virtualenvwrapper (pull request #52)
Fix spelling mistake in error message
2 parents 9e9ffa0 + f60dcbd commit cee707f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ function rmvirtualenv {
515515
virtualenvwrapper_verify_workon_home || return 1
516516
if [ ${#@} = 0 ]
517517
then
518-
echo "Please specify an enviroment." >&2
518+
echo "Please specify an environment." >&2
519519
return 1
520520
fi
521521

0 commit comments

Comments
 (0)