Browse Source

s/from_adress/from_address

Jacob Bednarz 8 years ago
parent
commit
c9d4654592
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/services/notifications/notifications.go

+ 1 - 1
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 {