From e6b73c23977630a47639973200267eed2f6231d4 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 2 Jan 2023 22:21:23 +0100 Subject: [PATCH] Update client_119.go Co-authored-by: iwittkau --- client_119.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_119.go b/client_119.go index 8347963..7fb25df 100644 --- a/client_119.go +++ b/client_119.go @@ -112,7 +112,7 @@ func (c *Client) Send(ml ...*Msg) error { re.rcpt = append(re.rcpt, errs[i].rcpt...) } - // We assume that the isTemp flage from the last error we received should be the + // We assume that the isTemp flag from the last error we received should be the // indicator for the returned isTemp flag as well re.isTemp = errs[len(errs)-1].isTemp