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 {