We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f1a4ab + c175040 commit 95fb04fCopy full SHA for 95fb04f
stack.sh
@@ -99,10 +99,10 @@ fi
99
# this explicit as it has come up on the mailing list.
100
if [[ -n "$VIRTUAL_ENV" ]]; then
101
echo "You appear to be running under a python virtualenv."
102
- echo "DevStack does not support this, as we my break the"
+ echo "DevStack does not support this, as we may break the"
103
echo "virtualenv you are currently in by modifying "
104
echo "external system-level components the virtualenv relies on."
105
- echo "We reccommend you use a separate virtual-machine if "
+ echo "We recommend you use a separate virtual-machine if "
106
echo "you are worried about DevStack taking over your system."
107
exit 1
108
fi
0 commit comments