From a9c695204db90e21c798edabfc7aea9316a347ba Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 16 Apr 2013 14:20:06 -0700 Subject: [PATCH] doc: more doubled words I wrote a tool. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8695047 --- doc/gccgo_contribute.html | 2 +- doc/install.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)