mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
d8264de868
The tree is inconsistent about single l vs double l in those words in documentation, test messages, and one error value text. $ git grep -E '[Mm]arshall(|s|er|ers|ed|ing)' | wc -l 42 $ git grep -E '[Mm]arshal(|s|er|ers|ed|ing)' | wc -l 1694 Make it consistently a single l, per earlier decisions. This means contributors won't be confused by misleading precedence, and it helps consistency. Change the spelling in one error value text in newRawAttributes of crypto/x509 package to be consistent. This change was generated with: perl -i -npe 's,([Mm]arshal)l(|s|er|ers|ed|ing),$1$2,' $(git grep -l -E '[Mm]arshall' | grep -v AUTHORS | grep -v CONTRIBUTORS) Updates #12431. Follows https://golang.org/cl/14150. Change-Id: I85d28a2d7692862ccb02d6a09f5d18538b6049a2 Reviewed-on: https://go-review.googlesource.com/33017 Run-TryBot: Minux Ma <minux@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
cgo1.go | ||
cgo2.go | ||
cgo3.go | ||
cgo4.go | ||
defer.go | ||
defer2.go | ||
eff_bytesize.go | ||
eff_qr.go | ||
eff_sequence.go | ||
eff_unused1.go | ||
eff_unused2.go | ||
error.go | ||
error2.go | ||
error3.go | ||
error4.go | ||
go1.go | ||
gobs1.go | ||
gobs2.go | ||
image_draw.go | ||
image_package1.go | ||
image_package2.go | ||
image_package3.go | ||
image_package4.go | ||
image_package5.go | ||
image_package6.go | ||
interface.go | ||
interface2.go | ||
json1.go | ||
json2.go | ||
json3.go | ||
json4.go | ||
json5.go | ||
run.go | ||
slices.go | ||
timeout1.go | ||
timeout2.go |