]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in install-source.html
authorAndrew Gerrand <adg@golang.org>
Wed, 25 Sep 2013 04:27:23 +0000 (14:27 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 25 Sep 2013 04:27:23 +0000 (14:27 +1000)
R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/13892043

doc/install-source.html

index 3181cd7c9f030ee627fbee7388cb3a761a9b94c8..9aaf588124cf0eef5cad71ff2f1718a774ed34ec 100644 (file)
@@ -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>