mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix spelling
Change-Id: I68538a50c22b02cdb5aa2a889f9440fed7b94c54
GitHub-Last-Rev: aaac9e7834
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
c25c37137d
commit
a6f3f8d973
16 changed files with 18 additions and 18 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