aboutsummaryrefslogtreecommitdiff
path: root/internal/email/message.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/email/message.go')
-rw-r--r--internal/email/message.go2
1 files changed, 1 insertions, 1 deletions
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