aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvinckr <vincent@ory.sh>2021-08-26 10:59:02 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2021-08-26 12:19:23 +0000
commit770df2e18df01e64f8770301b0d3a5d6bfa04027 (patch)
tree96fd3226dd291dd44b359e430cd0f2973631d67e /src
parenta6ff433d6a927e8ad8eaa6828127233296d12ce5 (diff)
downloadgo-770df2e18df01e64f8770301b0d3a5d6bfa04027.tar.gz
go-770df2e18df01e64f8770301b0d3a5d6bfa04027.zip
crypto/tls: fix typo in PreferServerCipherSuites comment
Fixing a typo, Deprected -> Deprecated. Change-Id: Ie0ccc9a57ae6a935b4f67154ac097dba4c3832ec GitHub-Last-Rev: 57337cc1bfa771111f229e7b899fdfdad3b1655e GitHub-Pull-Request: golang/go#47745 Reviewed-on: https://go-review.googlesource.com/c/go/+/342791 Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/crypto/tls/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/tls/common.go b/src/crypto/tls/common.go
index d561e61707..610a5162dd 100644
--- a/src/crypto/tls/common.go
+++ b/src/crypto/tls/common.go
@@ -659,7 +659,7 @@ type Config struct {
// cipher suite based on logic that takes into account inferred client
// hardware, server hardware, and security.
//
- // Deprected: PreferServerCipherSuites is ignored.
+ // Deprecated: PreferServerCipherSuites is ignored.
PreferServerCipherSuites bool
// SessionTicketsDisabled may be set to true to disable session ticket and