Apply comment suggestions

Co-Authored-By: Dean Herbert <pe@ppy.sh>
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dan Balasescu
2020-03-16 11:29:28 +09:00
committed by GitHub
parent c33ca6e99c
commit f390c1995d
3 changed files with 4 additions and 4 deletions

View File

@ -93,8 +93,8 @@ namespace osu.Game.Screens.Edit
}
catch (Exception e)
{
Logger.Error(e, "Could not load beatmap sucessfully!");
//couldn't load, hard abort!
Logger.Error(e, "Could not load beatmap successfully!");
// couldn't load, hard abort!
this.Exit();
return;
}