From 577538a282a95c48b543477bc569e7c80f898989 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 25 Oct 2017 22:52:44 -0700 Subject: [PATCH] net/smtp: fix spelling mistake Change-Id: I3141076c0db7b70ea408c941a857ed1f82dcb2df Reviewed-on: https://go-review.googlesource.com/73557 Reviewed-by: Alberto Donizetti --- src/net/smtp/smtp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1