docs: fix spelling

Change-Id: Ib689e5793d9cb372e759c4f34af71f004010c822
GitHub-Last-Rev: d63798388e5dcccb984689b0ae39b87453b97393
GitHub-Pull-Request: golang/go#44259
Reviewed-on: https://go-review.googlesource.com/c/go/+/291949
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Robert Griesemer <gri@golang.org>
This commit is contained in:
John Bampton 2021-02-17 01:48:21 +00:00 committed by Emmanuel Odeke
parent b51b24f4cd
commit 44f379f618

View file

@ -1528,7 +1528,7 @@ func testVerifyConnection(t *testing.T, version uint16) {
}
if c.DidResume {
return nil
// The SCTs and OCSP Responce are dropped on resumption.
// The SCTs and OCSP Response are dropped on resumption.
// See http://golang.org/issue/39075.
}
if len(c.OCSPResponse) == 0 {
@ -1569,7 +1569,7 @@ func testVerifyConnection(t *testing.T, version uint16) {
}
if c.DidResume {
return nil
// The SCTs and OCSP Responce are dropped on resumption.
// The SCTs and OCSP Response are dropped on resumption.
// See http://golang.org/issue/39075.
}
if len(c.OCSPResponse) == 0 {
@ -1619,7 +1619,7 @@ func testVerifyConnection(t *testing.T, version uint16) {
}
if c.DidResume {
return nil
// The SCTs and OCSP Responce are dropped on resumption.
// The SCTs and OCSP Response are dropped on resumption.
// See http://golang.org/issue/39075.
}
if len(c.OCSPResponse) == 0 {