Update client_119.go

Co-authored-by: iwittkau <iwittkau@users.noreply.github.com>
This commit is contained in:
Winni Neessen 2023-01-02 22:21:23 +01:00 committed by GitHub
parent 8d86c3d8b2
commit e6b73c2397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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