From: Kevin Burke Date: Thu, 26 Oct 2017 05:52:44 +0000 (-0700) Subject: net/smtp: fix spelling mistake X-Git-Tag: go1.10beta1~579 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=577538a282a95c48b543477bc569e7c80f898989;p=gostls13.git net/smtp: fix spelling mistake Change-Id: I3141076c0db7b70ea408c941a857ed1f82dcb2df Reviewed-on: https://go-review.googlesource.com/73557 Reviewed-by: Alberto Donizetti --- diff --git a/src/net/smtp/smtp.go b/src/net/smtp/smtp.go index 3488e947a3..cf699e6be8 100644 --- a/src/net/smtp/smtp.go +++ b/src/net/smtp/smtp.go @@ -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