diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 2624c085..638fdff5 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1,4 +1,4 @@ -/* +/* TShock, a server mod for Terraria Copyright (C) 2011 The TShock Team @@ -36,7 +36,7 @@ namespace TShockAPI public string Message { get; private set; } public TSPlayer Player { get; private set; } /// - /// Parameters passed to the arguement. Does not include the command name. + /// Parameters passed to the arguement. Does not include the command name. /// IE '/kick "jerk face"' will only have 1 argument /// public List Parameters { get; private set; }