From 08dfded0c296ef061559b2d86e54fca23c65ebca Mon Sep 17 00:00:00 2001 From: Gdeft <63198340+Gdeft@users.noreply.github.com> Date: Sun, 4 Oct 2020 07:15:27 +0700 Subject: [PATCH] Fix spelling --- core/src/mindustry/net/CrashSender.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/net/CrashSender.java b/core/src/mindustry/net/CrashSender.java index fb37796d9c..0d2204890c 100644 --- a/core/src/mindustry/net/CrashSender.java +++ b/core/src/mindustry/net/CrashSender.java @@ -25,7 +25,7 @@ import static mindustry.Vars.*; public class CrashSender{ public static String createReport(String error){ - String report = "Mindustry has crashed. How unforunate.\n"; + String report = "Mindustry has crashed. How unfortunate.\n"; if(mods.list().size == 0 && Version.build != -1){ report += "Report this at " + Vars.reportIssueURL + "\n\n"; }