From 5a7e8f466e9becdb7277ac725b5540d6bd8e3727 Mon Sep 17 00:00:00 2001 From: Yasser Abdolmaleki Date: Sun, 10 Feb 2019 17:55:27 -0800 Subject: [PATCH] crypto/tls: fix typo Change-Id: If9332bae87449c94fc14710133614fcd84d2815c Reviewed-on: https://go-review.googlesource.com/c/161726 Reviewed-by: Filippo Valsorda --- src/crypto/tls/handshake_client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/tls/handshake_client_test.go b/src/crypto/tls/handshake_client_test.go index 7441e5b556..62479d840c 100644 --- a/src/crypto/tls/handshake_client_test.go +++ b/src/crypto/tls/handshake_client_test.go @@ -28,7 +28,7 @@ import ( func init() { // TLS 1.3 cipher suites preferences are not configurable and change based - // on the architecture. Force them to the version with AES accelleration for + // on the architecture. Force them to the version with AES acceleration for // test consistency. once.Do(initDefaultCipherSuites) varDefaultCipherSuitesTLS13 = []uint16{ -- 2.50.0