Commit 577538a2 authored by Kevin Burke's avatar Kevin Burke

net/smtp: fix spelling mistake

Change-Id: I3141076c0db7b70ea408c941a857ed1f82dcb2df
Reviewed-on: https://go-review.googlesource.com/73557Reviewed-by: default avatarAlberto Donizetti <alb.donizetti@gmail.com>
parent 6355d6c7
......@@ -399,7 +399,7 @@ func (c *Client) Reset() error {
}
// Noop sends the NOOP command to the server. It does nothing but check
// that the connaction to the server is okay.
// that the connection to the server is okay.
func (c *Client) Noop() error {
if err := c.hello(); err != nil {
return err
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment