From 09ac4a93fc636de9571af21bbae01f0f13cae369 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sat, 25 Jul 2015 08:00:17 +0100 Subject: [PATCH] Correct grammar for "an EULA" message --- init/msm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/msm b/init/msm index cc1556e..99396fe 100755 --- a/init/msm +++ b/init/msm @@ -1426,7 +1426,7 @@ server_start() { if [[ -f "${SERVER_PATH[$1]}"/eula.txt ]]; then if ! grep -q -i 'eula=true' "${SERVER_PATH[$1]}"/eula.txt; then - error_exit EULA_UNACCEPTED "Could not start the server as you first need to agree to a EULA. See eula.txt for more info." + error_exit EULA_UNACCEPTED "Could not start the server as you first need to agree to an EULA. See eula.txt for more info." fi fi