From 867be4c60c4468642ae44258f62dd9e2a8269ca1 Mon Sep 17 00:00:00 2001 From: Ryuji IWATA Date: Sun, 20 Aug 2017 11:03:57 +0900 Subject: [PATCH] [release-branch.go1.9] doc/go1.9: fix typo in Moved GOROOT Change-Id: I71bfff6a3462e6dfd7a65ef76ec56644bae37c34 Reviewed-on: https://go-review.googlesource.com/57272 Reviewed-by: Avelino Reviewed-by: Ian Lance Taylor Reviewed-on: https://go-review.googlesource.com/58650 Reviewed-by: Brad Fitzpatrick --- doc/go1.9.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.9.html b/doc/go1.9.html index 3f8d20760e368..ddea168e4f3ac 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -163,7 +163,7 @@

Moved GOROOT

was invoked to attempt to locate the root of the Go install tree. This means that if the entire Go installation is moved to a new location, the go tool should continue to work as usual. - This may be overriden by setting GOROOT in the environment, + This may be overridden by setting GOROOT in the environment, which should only be done in unusual circumstances. Note that this does not affect the result of the runtime.GOROOT function, which