1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00
This commit is contained in:
Endrik 2018-04-06 12:38:17 +03:00 committed by GitHub
parent c7440201fb
commit 8ef5855e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ namespace osu.Game.Tests.Visual
private void checkNonmatchingFilter()
{
AddStep("Toggel non-matching filter", () =>
AddStep("Toggle non-matching filter", () =>
{
carousel.Filter(new FilterCriteria { SearchText = "Dingo" }, false);
carousel.Filter(new FilterCriteria(), false);