From 4c4201f0e2c1faf1d1480ac72737acadedb37e6e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 8 Dec 2016 22:15:40 +0000 Subject: all: make spelling consistent Fixes #17938 Change-Id: Iad12155f4976846bd4a9a53869f89e40e5b3deb3 Reviewed-on: https://go-review.googlesource.com/34147 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Joe Tsai --- doc/devel/weekly.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/devel') diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html index 7166a76507..e17461db24 100644 --- a/doc/devel/weekly.html +++ b/doc/devel/weekly.html @@ -519,7 +519,7 @@ Other changes: fix FreeBSD signal handling around thread creation (thanks Devon H. O'Dell), goroutine profile, stack dumps, implement runtime.osyield on FreeBSD 386, amd64 (thanks Devon H. O'Dell), - permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU, + permit default behavior of SIGTSTP, SIGTTIN, SIGTTOU, release unused memory to the OS (thanks Sébastien Paolacci), remove an obsolete file (thanks Mikio Hara). * spec: make all comparison results untyped bool, @@ -4157,7 +4157,7 @@ Other changes in this release: * suffixarray: use binary search for both ends of Lookup (thanks Eric Eisner). * syscall: add missing network interface constants (thanks Mikio Hara). * template: treat map keys as zero, not non-existent (thanks Roger Peppe). -* time: allow cancelling of After events (thanks Roger Peppe), +* time: allow canceling of After events (thanks Roger Peppe), support Solaris zoneinfo directory. * token/position: added SetLinesForContent. * unicode: update to unicode 6.0.0. @@ -5696,7 +5696,7 @@ This release contains many changes: * cmath: new complex math library (thanks Charles L. Dorian). * docs: update to match current coding style (thanks Christopher Wedgwood). * exp/eval: fix example and add target to Makefile (thanks Evan Shaw). -* fmt: change behaviour of format verb %b to match %x when negative (thanks Andrei Vieru). +* fmt: change behavior of format verb %b to match %x when negative (thanks Andrei Vieru). * gc: compile s == "" as len(s) == 0, distinguish fatal compiler bug from error+exit, fix alignment on non-amd64, -- cgit v1.2.1