Merge pull request #2825 from Gdeft/patch-3

Fix spelling in CrashSender.java
This commit is contained in:
Anuken 2020-10-04 09:09:52 -04:00 committed by GitHub
commit 0653d38075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}