From 7dc6b69c8b5e1d447ec06bb1144a5097cc853e53 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Wed, 15 Feb 2017 07:43:59 +1100 Subject: [PATCH] s/smpt/SMTP --- pkg/services/notifications/notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/notifications/notifications.go b/pkg/services/notifications/notifications.go index 01e1d5478ac..c765774d062 100644 --- a/pkg/services/notifications/notifications.go +++ b/pkg/services/notifications/notifications.go @@ -48,7 +48,7 @@ func Init() error { } if !util.IsEmail(setting.Smtp.FromAddress) { - return errors.New("Invalid email address for smpt from_address config") + return errors.New("Invalid email address for SMTP from_address config") } if setting.EmailCodeValidMinutes == 0 {