summaryrefslogtreecommitdiff
path: root/bin/run.sh
diff options
context:
space:
mode:
authorGarrett LeSage <garrett@lesage.us>2011-08-03 23:18:12 +0200
committerGarrett LeSage <garrett@lesage.us>2011-08-03 23:18:12 +0200
commitd0addfddb3765d2f2d3a15ff61999384fcf79f8e (patch)
tree6bf5fbaf5b26beda9bb069f94343645807454801 /bin/run.sh
parentc984f496c2f39d7ea296c378e6274bfbc6768a4f (diff)
downloadetherpad-lite-d0addfddb3765d2f2d3a15ff61999384fcf79f8e.zip
spelling fixes in the shell scripts
Diffstat (limited to 'bin/run.sh')
-rwxr-xr-xbin/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run.sh b/bin/run.sh
index 994f5d81..a5245ff7 100755
--- a/bin/run.sh
+++ b/bin/run.sh
@@ -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