From 81ebce5c23dfd25c6c67194b37d3dd3f338c98b1 Mon Sep 17 00:00:00 2001 From: Alexandre Cesaro Date: Mon, 11 Apr 2016 23:29:32 +0200 Subject: [PATCH] Fixed a typo --- send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send.go b/send.go index af75ace..9115ebe 100644 --- a/send.go +++ b/send.go @@ -20,7 +20,7 @@ type SendCloser interface { Close() error } -// A SendFunc is a function that sends emails to the given adresses. +// A SendFunc is a function that sends emails to the given addresses. // // The SendFunc type is an adapter to allow the use of ordinary functions as // email senders. If f is a function with the appropriate signature, SendFunc(f)