This commit is contained in:
Tim Visher 2015-06-10 14:14:31 -04:00
parent b86370295c
commit ebc0405e72

View File

@ -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