Skip to content

Commit

Permalink
Update cmdquote.go
Browse files Browse the repository at this point in the history
Fixing the spelling mistake
  • Loading branch information
Ron31 authored Jan 14, 2019
1 parent 0c4bc4f commit 1ead0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/cmdquote.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (c *CmdQuote) GetInvokes() []string {
}

func (c *CmdQuote) GetDescription() string {
return "quote a messgage from any chat"
return "quote a message from any chat"
}

func (c *CmdQuote) GetHelp() string {
Expand Down

0 comments on commit 1ead0de

Please sign in to comment.