]> Cypherpunks repositories - gostls13.git/commit
all: consistently use US spelling of present participles
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 7 Apr 2022 06:13:47 +0000 (15:13 +0900)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 8 Apr 2022 13:44:41 +0000 (13:44 +0000)
commit3e7ffb862f550c38ce0611b970a4dce10a01226e
tree8d7956973a91916502a4181265788ececc562841
parent5a90270d7f5b384de31399133c7336d007fbd93d
all: consistently use US spelling of present participles

It has been agreed that we should prefer the US spelling of words like
"canceling" over "cancelling"; for example, see https://go.dev/cl/14526.

Fix a few occurrences of the "canceling" inconsistency, as well as:

* signaling
* tunneling
* marshaling

Change-Id: I99f3ba0a700a9f0292bc6c1b110af31dd05f1ff0
Reviewed-on: https://go-review.googlesource.com/c/go/+/398734
Trust: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/dwarfgen/dwarf.go
src/cmd/compile/internal/ir/const.go
src/cmd/go/internal/work/security.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go
src/crypto/tls/handshake_client_test.go
src/crypto/tls/handshake_server_test.go
src/net/http/fcgi/fcgi_test.go
src/net/http/server.go
src/reflect/visiblefields_test.go
src/runtime/mgcsweep.go
src/testing/testing.go