Spelling fixes

This commit is contained in:
pi1024e
2019-08-22 22:37:01 -04:00
parent ee4869647f
commit 1b4ae5a4a4
4 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@ namespace osu.Game.Screens.Menu
Scheduler.AddDelayed(delegate
{
// Only start the current track if it is the menu music. A beatmap's track is started when entering the Main Manu.
// Only start the current track if it is the menu music. A beatmap's track is started when entering the Main Menu.
if (menuMusic.Value)
{
track.Restart();