From: Ian Lance Taylor Date: Thu, 2 Jun 2016 04:09:58 +0000 (-0700) Subject: doc/go1.7.html: fix spelling of cancelation X-Git-Tag: go1.7beta2~79 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=17f7461ed66bbc66fef02ef7ca6901d116b6ff3d;p=gostls13.git doc/go1.7.html: fix spelling of cancelation We say "cancelation," not "cancellation." Fixes #15928. Change-Id: I66d545404665948a27281133cb9050eebf1debbb Reviewed-on: https://go-review.googlesource.com/23673 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.7.html b/doc/go1.7.html index 9ee377ec8f..37e1e56d24 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -362,7 +362,7 @@ packages.

Go 1.7 moves the golang.org/x/net/context package into the standard library as context. -This allows the use of contexts for cancellation, timeouts, and passing +This allows the use of contexts for cancelation, timeouts, and passing request-scoped data in other standard library packages, including net,