]> Cypherpunks repositories - gostls13.git/commitdiff
net/smtp: fix spelling mistake
authorKevin Burke <kev@inburke.com>
Thu, 26 Oct 2017 05:52:44 +0000 (22:52 -0700)
committerKevin Burke <kev@inburke.com>
Thu, 26 Oct 2017 16:47:59 +0000 (16:47 +0000)
Change-Id: I3141076c0db7b70ea408c941a857ed1f82dcb2df
Reviewed-on: https://go-review.googlesource.com/73557
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
src/net/smtp/smtp.go

index 3488e947a3401dc4dab587c3b806bba2c7d42ed4..cf699e6be82f98526a339be75866f08ea8e2c754 100644 (file)
@@ -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