summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-09-25 14:27:23 +1000
committerAndrew Gerrand <adg@golang.org>2013-09-25 14:27:23 +1000
commit2a4bc770e269b46bd4c9980e86a9a3f01db5b407 (patch)
tree71d188c6821fc1714df2d6a0d3ee9960cabd0a06
parent1445e58b06ab2719dced4359e63b84ac6c4576be (diff)
downloadgo-2a4bc770e269b46bd4c9980e86a9a3f01db5b407.tar.gz
doc: fix typo in install-source.html
R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/13892043
-rw-r--r--doc/install-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index 3181cd7c9..9aaf58812 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -223,7 +223,7 @@ set up a work environment in which to build and test Go code.
<h2 id="tools">Install additional tools</h2>
<p>
-The source code for seeral Go tools (including <a href="/cmd/godoc/">godoc</a>)
+The source code for several Go tools (including <a href="/cmd/godoc/">godoc</a>)
is kept in <a href="https://code.google.com/p/go.tools">the go.tools repository</a>.
To install all of them, run the <code>go</code> <code>get</code> command:
</p>