summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/ponzu/vendor/github.com/nilslice/email/email.go2
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 {