diff --git a/src/main/java/net/pingex/dcf/commands/Context.java b/src/main/java/net/pingex/dcf/commands/Context.java index 9eff771..cc477b3 100644 --- a/src/main/java/net/pingex/dcf/commands/Context.java +++ b/src/main/java/net/pingex/dcf/commands/Context.java @@ -5,7 +5,7 @@ import sx.blah.discord.handle.obj.IMessage; import java.util.List; /** - * A Context contains all informations related to a command invokation, like the Command being invoked, its provided arguments and the originating message. + * A Context contains all informations related to a command invocation, like the Command being invoked, its provided arguments and the originating message. */ public class Context {