diff --git a/MudEngine/GameObjects/Characters/BaseStats.cs b/MudEngine/GameObjects/Characters/BaseStats.cs index a9f0634..e1e7582 100644 --- a/MudEngine/GameObjects/Characters/BaseStats.cs +++ b/MudEngine/GameObjects/Characters/BaseStats.cs @@ -71,9 +71,9 @@ namespace MudEngine.GameObjects.Characters public Int32 Charisma { get; set; } /// - /// Experiance is given to the player based off activities that they perform. + /// Experience is given to the player based off activities that they perform. /// - public Int32 Experiance { get; set; } + public Int32 Experience { get; set; } }