From 6f5893828077eb0034dca01344f3742eb5cd5fa6 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 16 Nov 2016 02:48:15 -0800 Subject: updating email dep --- cmd/ponzu/vendor/github.com/nilslice/email/email.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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 { -- cgit v1.2.3