From d16c68e836ca9a52769442862dfe0232ec2f45d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 15 Nov 2019 19:49:30 +0000 Subject: [PATCH] all: fix a bunch of misspellings Change-Id: I5b909df0fd048cd66c5a27fca1b06466d3bcaac7 GitHub-Last-Rev: 778c5d21311abee09a5fbda2e4005a5fd4cc3f9f GitHub-Pull-Request: golang/go#35624 Reviewed-on: https://go-review.googlesource.com/c/go/+/207421 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- handshake_server.go | 2 +- handshake_server_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/handshake_server.go b/handshake_server.go index a593700..b16415a 100644 --- a/handshake_server.go +++ b/handshake_server.go @@ -241,7 +241,7 @@ func (hs *serverHandshakeState) processClientHello() error { hs.ecdheOk = supportsECDHE(c.config, hs.clientHello.supportedCurves, hs.clientHello.supportedPoints) if hs.ecdheOk { - // Although omiting the ec_point_formats extension is permitted, some + // Although omitting the ec_point_formats extension is permitted, some // old OpenSSL version will refuse to handshake if not present. // // Per RFC 4492, section 5.1.2, implementations MUST support the diff --git a/handshake_server_test.go b/handshake_server_test.go index 2a44af0..1e5da1e 100644 --- a/handshake_server_test.go +++ b/handshake_server_test.go @@ -274,7 +274,7 @@ func TestTLS12OnlyCipherSuites(t *testing.T) { } func TestTLSPointFormats(t *testing.T) { - // Test that a Server returns the ec_point_format extention when ECC is + // Test that a Server returns the ec_point_format extension when ECC is // negotiated, and not returned on RSA handshake. tests := []struct { name string