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