diff --git a/osu.Game/Screens/Play/Player.cs b/osu.Game/Screens/Play/Player.cs
index 6ec21ef924..be19565657 100644
--- a/osu.Game/Screens/Play/Player.cs
+++ b/osu.Game/Screens/Play/Player.cs
@@ -610,7 +610,7 @@ namespace osu.Game.Screens.Play
/// Specify and seek to a custom start time from which gameplay should be observed.
///
///
- /// This performance a non-frame-stable seek. Intermediate hitobject judgements may not be applied or reverted correctly during this seek.
+ /// This performs a non-frame-stable seek. Intermediate hitobject judgements may not be applied or reverted correctly during this seek.
///
/// The destination time to seek to.
protected void SetGameplayStartTime(double time)