s/smpt/SMTP

This commit is contained in:
Jacob Bednarz 2017-02-15 07:43:59 +11:00
parent c9d4654592
commit 7dc6b69c8b
No known key found for this signature in database
GPG Key ID: 5BDAF4B30FB432FB

View File

@ -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 {