From d6987ee05be8b5da279e530cfd65512cb903c72b Mon Sep 17 00:00:00 2001 From: Atin <61903527+atin@users.noreply.github.com> Date: Wed, 19 May 2021 10:42:09 +0530 Subject: chore: fix typos in code comments (#6556) --- internal/email/message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/email/message.go') diff --git a/internal/email/message.go b/internal/email/message.go index 251a5d4e..cca7c6d3 100644 --- a/internal/email/message.go +++ b/internal/email/message.go @@ -219,7 +219,7 @@ var mailQueue chan *Message // NewContext initializes settings for mailer. func NewContext() { // Need to check if mailQueue is nil because in during reinstall (user had installed - // before but swithed install lock off), this function will be called again + // before but switched install lock off), this function will be called again // while mail queue is already processing tasks, and produces a race condition. if !conf.Email.Enabled || mailQueue != nil { return -- cgit v1.2.3