mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
all: fix spelling
Change-Id: I68538a50c22b02cdb5aa2a889f9440fed7b94c54 GitHub-Last-Rev: aaac9e78340ac482e9cd1b506a035f271c29648c GitHub-Pull-Request: golang/go#52944 Reviewed-on: https://go-review.googlesource.com/c/go/+/406835 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Robert Griesemer <gri@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com>
This commit is contained in:
parent
6060472b5c
commit
bbfcb24b29
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ func TestTLSPointFormats(t *testing.T) {
|
|||
}
|
||||
} else {
|
||||
if len(serverHello.supportedPoints) != 0 {
|
||||
t.Fatalf("unexcpected ec_point_format extension from server: %v", serverHello.supportedPoints)
|
||||
t.Fatalf("unexpected ec_point_format extension from server: %v", serverHello.supportedPoints)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue