diff --git a/Facepunch.Steamworks/Interfaces/Inventory.Definition.cs b/Facepunch.Steamworks/Interfaces/Inventory.Definition.cs
index 5ebcaa3..9cbf966 100644
--- a/Facepunch.Steamworks/Interfaces/Inventory.Definition.cs
+++ b/Facepunch.Steamworks/Interfaces/Inventory.Definition.cs
@@ -57,9 +57,9 @@ namespace Facepunch.Steamworks
public DateTime Modified { get; set; }
///
- /// The raw contets of price_category from the schema
+ /// The raw contents of price_category from the schema
///
- public string PriceRaw { get; set; }
+ public string PriceCategory { get; set; }
///
/// The dollar price from PriceRaw
@@ -74,7 +74,7 @@ namespace Facepunch.Steamworks
public double LocalPrice { get; internal set; }
///
- /// Local Price but probably how you want to display it (ie, $3.99, �1.99 etc )
+ /// Local Price but probably how you want to display it (ie, $3.99, £1.99 etc )
///
public string LocalPriceFormatted { get; internal set; }