Fixed small typo.

This commit is contained in:
FreezyLemon
2017-12-08 12:54:36 +01:00
parent 5330ca1fa9
commit 856b56d79c
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ namespace osu.Game.Users
public bool Active;
[JsonProperty(@"interests")]
public string Intrerests;
public string Interests;
[JsonProperty(@"occupation")]
public string Occupation;