From c9d46545925f6e0ce946d3de660944cff481a7cb Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Wed, 15 Feb 2017 07:43:16 +1100 Subject: [PATCH] s/from_adress/from_address --- 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 095ce15ef32..01e1d5478ac 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_adress config") + return errors.New("Invalid email address for smpt from_address config") } if setting.EmailCodeValidMinutes == 0 {