Skip to content

Commit 95fb04f

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Fix typo in error message printed if ran under virtualenv"
2 parents 0f1a4ab + c175040 commit 95fb04f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ fi
9999
# this explicit as it has come up on the mailing list.
100100
if [[ -n "$VIRTUAL_ENV" ]]; then
101101
echo "You appear to be running under a python virtualenv."
102-
echo "DevStack does not support this, as we my break the"
102+
echo "DevStack does not support this, as we may break the"
103103
echo "virtualenv you are currently in by modifying "
104104
echo "external system-level components the virtualenv relies on."
105-
echo "We reccommend you use a separate virtual-machine if "
105+
echo "We recommend you use a separate virtual-machine if "
106106
echo "you are worried about DevStack taking over your system."
107107
exit 1
108108
fi

0 commit comments

Comments
 (0)