diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-16 02:48:15 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-16 02:48:15 -0800 |
commit | 6f5893828077eb0034dca01344f3742eb5cd5fa6 (patch) | |
tree | dc0961577dc71de691b37336db3fb0ec36cf643a /cmd/ponzu/vendor/github.com/nilslice/email/email.go | |
parent | 79e770e1f8cf88ea85ffbd4e72d62dd82108dda0 (diff) |
updating email dep
Diffstat (limited to 'cmd/ponzu/vendor/github.com/nilslice/email/email.go')
-rw-r--r-- | cmd/ponzu/vendor/github.com/nilslice/email/email.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/vendor/github.com/nilslice/email/email.go b/cmd/ponzu/vendor/github.com/nilslice/email/email.go index ed843e3..9d613c8 100644 --- a/cmd/ponzu/vendor/github.com/nilslice/email/email.go +++ b/cmd/ponzu/vendor/github.com/nilslice/email/email.go @@ -62,7 +62,7 @@ func newClient(mx []*net.MX, ports []int) (*smtp.Client, error) { } } - return nil, fmt.Errorf("Coudln't connect to servers %v on any common port.", mx) + return nil, fmt.Errorf("Couldn't connect to servers %v on any common port.", mx) } func send(m Message, c *smtp.Client) error { |