]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: fix typo in PreferServerCipherSuites comment
authorvinckr <vincent@ory.sh>
Thu, 26 Aug 2021 10:59:02 +0000 (10:59 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 26 Aug 2021 12:19:23 +0000 (12:19 +0000)
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>
src/crypto/tls/common.go

index d561e61707edd979576c9c21ec8224aa2228c447..610a5162dd600ebfa932a2cb612b765b431d94e0 100644 (file)
@@ -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