From: Rob Pike Date: Tue, 16 Apr 2013 21:20:06 +0000 (-0700) Subject: doc: more doubled words X-Git-Tag: go1.1rc2~89 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a9c695204db90e21c798edabfc7aea9316a347ba;p=gostls13.git doc: more doubled words I wrote a tool. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8695047 --- diff --git a/doc/gccgo_contribute.html b/doc/gccgo_contribute.html index 4d268e02c5..b2a0b651cc 100644 --- a/doc/gccgo_contribute.html +++ b/doc/gccgo_contribute.html @@ -84,7 +84,7 @@ To run the gccgo test suite, run make check-go in your build directory. This will run various tests under gcc/testsuite/go.* and will also run the libgo testsuite. This copy of the tests from the -main Go repository is run using the DejaGNU script found in +main Go repository is run using the DejaGNU script found in gcc/testsuite/go.test/go-test.exp.

diff --git a/doc/install.html b/doc/install.html index f2e21b4416..b667819429 100644 --- a/doc/install.html +++ b/doc/install.html @@ -166,7 +166,7 @@ the GOROOT environment variable to your chosen path.

-Add the bin subdirectory of your Go root (for example, c:\Go\bin) to to your PATH environment variable. +Add the bin subdirectory of your Go root (for example, c:\Go\bin) to your PATH environment variable.

MSI installer (experimental)