mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
docs: fix spelling
Change-Id: Ib689e5793d9cb372e759c4f34af71f004010c822
GitHub-Last-Rev: d63798388e
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:
parent
43652dc46f
commit
6ba4a300d8
22 changed files with 32 additions and 32 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue