diff --git a/msg.go b/msg.go index 10c0476..6fe7f5a 100644 --- a/msg.go +++ b/msg.go @@ -976,7 +976,7 @@ func (m *Msg) SendErrorIsTemp() bool { return false } -// SendError returns the senderror field of the Msg +// SendError returns the sendError field of the Msg func (m *Msg) SendError() error { return m.sendError }