diff --git a/osu.Game/Beatmaps/IBeatmap.cs b/osu.Game/Beatmaps/IBeatmap.cs
index 671f5ce8db..9dc3084cb5 100644
--- a/osu.Game/Beatmaps/IBeatmap.cs
+++ b/osu.Game/Beatmaps/IBeatmap.cs
@@ -108,7 +108,7 @@ namespace osu.Game.Beatmaps
/// Find the total milliseconds between the first and last hittable objects.
///
///
- /// This is cached to , so using that is preferrable when available.
+ /// This is cached to , so using that is preferable when available.
///
public static double CalculatePlayableLength(this IBeatmap beatmap) => CalculatePlayableLength(beatmap.HitObjects);
@@ -134,7 +134,7 @@ namespace osu.Game.Beatmaps
/// Find the total milliseconds between the first and last hittable objects.
///
///
- /// This is cached to , so using that is preferrable when available.
+ /// This is cached to , so using that is preferable when available.
///
public static double CalculatePlayableLength(IEnumerable objects)
{