1
0
mirror of https://github.com/golang/go synced 2024-11-06 19:26:16 -07:00
go/doc
Dmitri Shuralyov d8264de868 all: spell "marshal" and "unmarshal" consistently
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>
2016-11-12 00:13:35 +00:00
..
articles doc: replace code.google.com/p/sitesearch with its new destination 2016-10-31 20:36:31 +00:00
codewalk all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
devel all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
gopher website: recreate 16px and 32px favicon 2016-08-25 15:43:32 +00:00
play
progs all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
asm.html doc: add s390x information to asm.html 2016-07-26 00:18:42 +00:00
cmd.html doc: fix broken link to the vet command documentation 2016-05-16 21:30:31 +00:00
code.html go/build: add help info for unset $GOPATH 2016-09-10 00:27:43 +00:00
conduct.html doc: s/race/ethnicity/ in the Code of Conduct 2016-10-27 02:56:06 +00:00
contrib.html doc: add 1.7 to golang.org/project 2016-08-16 01:04:17 +00:00
contribute.html doc: add notes on good commit messages 2016-05-24 19:23:18 +00:00
debugging_with_gdb.html
docs.html doc: update go tour installation instructions 2016-08-31 18:54:04 +00:00
effective_go.html doc/effectivego: reword confusing sentence 2016-10-26 16:09:54 +00:00
gccgo_contribute.html doc: fix stale gofrontend/gccgo contribution link 2016-09-01 18:38:38 +00:00
gccgo_install.html
go1.1.html
go1.2.html
go1.3.html
go1.4.html
go1.5.html
go1.6.html
go1.7.html doc: fix broken links in 1.7 release docs 2016-11-07 18:51:29 +00:00
go1.8.txt doc/go1.8.txt: mention that struct conversions ignore tags 2016-11-11 00:40:46 +00:00
go1.html
go1compat.html
go_faq.html doc/faq: mention that copying discussion is semantics, not implementation 2016-10-24 16:02:09 +00:00
go_mem.html
go_spec.html Revert "spec: add new language for alias declarations" 2016-11-04 19:57:23 +00:00
go-logo-black.png
go-logo-blue.png
go-logo-white.png
help.html
ie.css
install-source.html doc: reference go1.4-bootstrap-20161024.tar.gz 2016-11-08 18:20:57 +00:00
install.html doc: document minimum OS X version as 10.8 2016-09-12 18:39:55 +00:00
root.html
security.html
share.png
tos.html