Fixing Typo: jargorup -> jargroup

This commit is contained in:
Robert Postill 2012-12-15 22:51:54 -05:00
parent 659fbae706
commit 9ab32d72fa

View File

@ -1587,7 +1587,7 @@ server_set_jar() {
echo "Server \"${SERVER_NAME[$1]}\" is now using \"$jar\"."
fi
else
error_exit NAME_NOT_FOUND "There is no jargorup named \"$2\"."
error_exit NAME_NOT_FOUND "There is no jargroup named \"$2\"."
fi
}