mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 23:42:55 +01:00
Fix spelling
This commit is contained in:
parent
645ad2ce93
commit
f24a86a4c6
1 changed files with 1 additions and 1 deletions
2
msg.go
2
msg.go
|
@ -488,7 +488,7 @@ func (m *Msg) WriteTo(w io.Writer) (int64, error) {
|
||||||
return mw.n, mw.err
|
return mw.n, mw.err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Write is an alias method to WriteTo due to compatiblity reasons
|
// Write is an alias method to WriteTo due to compatibility reasons
|
||||||
func (m *Msg) Write(w io.Writer) (int64, error) {
|
func (m *Msg) Write(w io.Writer) (int64, error) {
|
||||||
return m.WriteTo(w)
|
return m.WriteTo(w)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue