spelling fixes in the shell scripts

This commit is contained in:
Garrett LeSage 2011-08-03 23:18:12 +02:00
parent c984f496c2
commit d0addfddb3
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ hash node-inspector > /dev/null 2>&1 || {
node-inspector &
echo "If you new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
echo "If you are new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
cd "node"
node --debug server.js

View File

@ -15,7 +15,7 @@ if [ "$(id -u)" -eq 0 ]; then
read rocks
if [ ! $rocks = "Etherpad Lite rocks my socks" ]
then
echo "You're input was wrong"
echo "Your input was incorrect"
exit 1
fi
fi