Fix spelling

This commit is contained in:
Bartłomiej Dach 2023-05-25 17:33:41 +02:00
parent 058edb5d5f
commit 78f41f7109
No known key found for this signature in database

View File

@ -108,7 +108,7 @@ namespace osu.Game.Beatmaps
/// Find the total milliseconds between the first and last hittable objects.
/// </summary>
/// <remarks>
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferrable when available.
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferable when available.
/// </remarks>
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.
/// </summary>
/// <remarks>
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferrable when available.
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferable when available.
/// </remarks>
public static double CalculatePlayableLength(IEnumerable<HitObject> objects)
{