diff --git a/osu.Game/Screens/Menu/IntroScreen.cs b/osu.Game/Screens/Menu/IntroScreen.cs index c4343625ab..0f5dbb2842 100644 --- a/osu.Game/Screens/Menu/IntroScreen.cs +++ b/osu.Game/Screens/Menu/IntroScreen.cs @@ -212,7 +212,7 @@ protected override void LogoArriving(OsuLogo logo, bool resuming) if (!resuming) { // generally this can never be null - // an exception is running ruleset tests, where the osu! ruleset may not be prsent (causing importing the intro to fail). + // an exception is running ruleset tests, where the osu! ruleset may not be present (causing importing the intro to fail). if (initialBeatmap != null) beatmap.Value = initialBeatmap; Track = beatmap.Value.Track;