Fix spelling

This commit is contained in:
Gdeft
2020-10-04 07:15:27 +07:00
committed by GitHub
parent b561b38b56
commit 08dfded0c2

View File

@@ -25,7 +25,7 @@ import static mindustry.Vars.*;
public class CrashSender{ public class CrashSender{
public static String createReport(String error){ 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){ if(mods.list().size == 0 && Version.build != -1){
report += "Report this at " + Vars.reportIssueURL + "\n\n"; report += "Report this at " + Vars.reportIssueURL + "\n\n";
} }