From ebc0405e721f34b8e538bda45adc7f2fc0bab674 Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Wed, 10 Jun 2015 14:14:31 -0400 Subject: [PATCH] typo. --- minecraft-server/start-minecraft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-server/start-minecraft.sh b/minecraft-server/start-minecraft.sh index 8be2a26b..0608dc8a 100755 --- a/minecraft-server/start-minecraft.sh +++ b/minecraft-server/start-minecraft.sh @@ -112,7 +112,7 @@ if [ ! -e server.properties ]; then DIFFICULTY=3 ;; *) - echo "DIFFICULTY must by peaceful, easy, normal, or hard." + echo "DIFFICULTY must be peaceful, easy, normal, or hard." exit 1 ;; esac