From abfe2ce0fe28c8efc99ef622a6724fe399bb4ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Tue, 24 Oct 2023 10:05:20 +0200 Subject: [PATCH] Fix comment --- osu.Game/Screens/Select/FilterCriteria.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/Select/FilterCriteria.cs b/osu.Game/Screens/Select/FilterCriteria.cs index 5666f9d1d4..812a16c484 100644 --- a/osu.Game/Screens/Select/FilterCriteria.cs +++ b/osu.Game/Screens/Select/FilterCriteria.cs @@ -73,7 +73,7 @@ namespace osu.Game.Screens.Select // or match a closed one with a whitespace after it. // // To keep things simple, the closing ']' may be included in the match group, - // and is trimmer post-match. + // and is trimmed post-match. foreach (Match quotedSegment in Regex.Matches(value, "(^|\\s)\\[(.*)(\\]\\s|$)")) { DifficultyName = new OptionalTextFilter