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

@ -229,7 +229,7 @@ namespace osu.Game.Screens.Menu
}
/// <summary>
/// Schedule a new extenral animation. Handled queueing and finishing previous animations in a sane way.
/// Schedule a new external animation. Handled queuing and finishing previous animations in a sane way.
/// </summary>
/// <param name="action">The animation to be performed</param>
/// <param name="waitForPrevious">If true, the new animation is delayed until all previous transforms finish. If false, existing transformed are cleared.</param>