1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 06:12:58 +08:00

Fix typos

This commit is contained in:
Andrei Zavatski 2020-02-21 00:56:33 +03:00
parent 063a53017e
commit eeae0a5774

View File

@ -80,7 +80,7 @@ namespace osu.Game.Online.API.Requests
Unspecified, Unspecified,
[Description("Video Game")] [Description("Video Game")]
Game, VideoGame,
Anime, Anime,
Rock, Rock,
Pop, Pop,
@ -88,7 +88,7 @@ namespace osu.Game.Online.API.Requests
Novelty, Novelty,
[Description("Hip Hop")] [Description("Hip Hop")]
Hiphop = 9, HipHop = 9,
Electronic Electronic
} }
@ -96,7 +96,7 @@ namespace osu.Game.Online.API.Requests
{ {
Any, Any,
English = 2, English = 2,
Chilnese = 4, Chinese = 4,
French = 7, French = 7,
German, German,
Italian = 11, Italian = 11,
@ -104,7 +104,7 @@ namespace osu.Game.Online.API.Requests
Korean = 6, Korean = 6,
Spanish = 10, Spanish = 10,
Swedish = 9, Swedish = 9,
Instrumantal = 5, Instrumental = 5,
Other = 1 Other = 1
} }
} }