doc/go1.9.html | 2 +-
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 3f8d20760e36864c37986aee787525096c9d3a0b..ddea168e4f3ac689fcc5e29df30abcff234e7dbf 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -163,7 +163,7 @@ The go tool will now use the path from which it
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