From: Alberto Donizetti Date: Mon, 7 Dec 2020 17:10:56 +0000 (+0100) Subject: doc/go1.16: fix typo X-Git-Tag: go1.16beta1~75 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7f9a2bc2bc;p=gostls13.git doc/go1.16: fix typo For #40700 Change-Id: Idea442d45d18ca8cedc0b160df23eac6b86755ef Reviewed-on: https://go-review.googlesource.com/c/go/+/275677 Trust: Alberto Donizetti Reviewed-by: Ian Lance Taylor Reviewed-by: Tobias Klauser --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 4f1789a659..5ad3cae6d9 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -194,7 +194,7 @@ Do not send CLs removing the interior tags from such phrases. The go get -insecure flag is deprecated and will be removed in a future version. This flag permits fetching from repositories and resolving custom domains using insecure - schemes such as HTTP, and also bypassess module sum validation using the + schemes such as HTTP, and also bypasses module sum validation using the checksum database. To permit the use of insecure schemes, use the GOINSECURE environment variable instead. To bypass module sum validation, use GOPRIVATE or GONOSUMDB.