1
0
mirror of https://github.com/golang/go synced 2024-11-17 15:34:42 -07:00
go/src/context
Naman Gera 52bf14e0e8 all: fix spellings
This follows the spelling choices that the Go project has made for English words.
https://github.com/golang/go/wiki/Spelling

Change-Id: Ie7c586d2cf23020cb492cfff58c0831d2d8d3a78
GitHub-Last-Rev: e16a32cd22
GitHub-Pull-Request: golang/go#45442
Reviewed-on: https://go-review.googlesource.com/c/go/+/308291
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
2021-04-10 01:46:41 +00:00
..
benchmark_test.go context: avoid importing context package twice 2021-02-24 18:15:00 +00:00
context_test.go all: fix spellings 2021-04-10 01:46:41 +00:00
context.go context: reduce contention in cancelCtx.Done 2021-02-24 16:38:32 +00:00
example_test.go
net_test.go
x_test.go