Correct spelling mistakes.

This commit is contained in:
Edward Betts 2018-06-18 14:47:51 +01:00
parent 8f20593b26
commit ad238726b7
3 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ func (i *ircHandler) join(msg *irc.Message) {
channelStore.AddUser(msg.Nick, i.client.Host, channel)
if msg.Nick == i.client.GetNick() {
// Incase no topic is set and theres a cached one that needs to be cleared
// In case no topic is set and there's a cached one that needs to be cleared
i.client.Topic(channel)
i.state.sendLastMessages(i.client.Host, channel, 50)