Fix the typo

This commit is contained in:
Phil 2016-09-07 13:33:11 +08:00
parent 6ced26660e
commit 30661472c8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ const (
AdapterConsole = "console"
AdapterFile = "file"
AdapterMultiFile = "multifile"
AdapterMail = "stmp"
AdapterMail = "smtp"
AdapterConn = "conn"
AdapterEs = "es"
)