aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyuji IWATA <qt.luigi@gmail.com>2017-08-20 11:03:57 +0900
committerChris Broadfoot <cbro@golang.org>2017-08-24 19:54:21 +0000
commit867be4c60c4468642ae44258f62dd9e2a8269ca1 (patch)
treec501bd1e91df8a9572a589ffd173ce4d5065c6b5
parent9a4e7942ea93d432e29d2567aefccb6acc78ab43 (diff)
downloadgo-867be4c60c4468642ae44258f62dd9e2a8269ca1.tar.gz
go-867be4c60c4468642ae44258f62dd9e2a8269ca1.zip
[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 <t@avelino.xxx> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-on: https://go-review.googlesource.com/58650 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.9.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 3f8d20760e..ddea168e4f 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -163,7 +163,7 @@ type T1 = T2
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 <code>GOROOT</code> in the environment,
+ This may be overridden by setting <code>GOROOT</code> in the environment,
which should only be done in unusual circumstances.
Note that this does not affect the result of
the <a href="/pkg/runtime/#GOROOT">runtime.GOROOT</a> function, which