src: spelling and grammar fixes

Change-Id: If08338a742faf4124b14ca16e0a9ab0faa283faa
GitHub-Last-Rev: 75e33b2
GitHub-Pull-Request: #79248
Reviewed-on: https://go-review.googlesource.com/c/go/+/775080
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
yuhan6665
2026-09-08 21:33:47 -04:00
parent 09c32d597e
commit 31529cb535
+1 -1
View File
@@ -662,7 +662,7 @@ type Config struct {
// SetSessionTicketKeys is called on the returned Config, those keys will
// be used. Otherwise, the original Config keys will be used (and possibly
// rotated if they are automatically managed). WARNING: this allows session
// resumtion of connections originally established with the parent (or a
// resumption of connections originally established with the parent (or a
// sibling) Config, which may bypass the [Config.VerifyPeerCertificate]
// value of the returned Config.
GetConfigForClient func(*ClientHelloInfo) (*Config, error)