From 014a3b6a60610ba592c5843080686f4481553136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 29 Mar 2018 16:04:54 +0200 Subject: Fixing misspell errors (#8544) --- app/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/channel.go') diff --git a/app/channel.go b/app/channel.go index 4e405dd93..6e11d4e5d 100644 --- a/app/channel.go +++ b/app/channel.go @@ -252,7 +252,7 @@ func (a *App) WaitForChannelMembership(channelId string, userId string) { return } - // If we recieved a error but it wasn't a missing channel member then return + // If we received a error but it wasn't a missing channel member then return if result.Err.Id != store.MISSING_CHANNEL_MEMBER_ERROR { return } -- cgit v1.2.3-1-g7c22