diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs
index ae6b6e00..1634fe77 100644
--- a/TShockAPI/TShock.cs
+++ b/TShockAPI/TShock.cs
@@ -79,7 +79,7 @@ namespace TShockAPI
/// Players - Contains all TSPlayer objects for accessing TSPlayers currently on the server
public static TSPlayer[] Players = new TSPlayer[Main.maxPlayers];
- /// Bans - Static reference to the ban manager for accessing bans & related functions.
+ /// Bans - Static reference to the ban manager for accessing bans & related functions.
public static BanManager Bans;
/// Warps - Static reference to the warp manager for accessing the warp system.
public static WarpManager Warps;
@@ -148,7 +148,7 @@ namespace TShockAPI
///
public static event Action Initialized;
- /// Version - The version required by the TerrariaAPI to be passed back for checking & loading the plugin.
+ /// Version - The version required by the TerrariaAPI to be passed back for checking & loading the plugin.
/// value - The version number specified in the Assembly, based on the VersionNum variable set in this class.
public override Version Version
{
diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs
index 42f8ea96..96bbf3fb 100644
--- a/TShockAPI/Utils.cs
+++ b/TShockAPI/Utils.cs
@@ -894,7 +894,7 @@ namespace TShockAPI
Main.recipe[i] = new Recipe();
}
- /// Dumps a matrix of all permissions & all groups in Markdown table format.
+ /// Dumps a matrix of all permissions & all groups in Markdown table format.
/// The save destination.
internal void DumpPermissionMatrix(string path)
{