diff options
| author | Alberto Donizetti <alb.donizetti@gmail.com> | 2017-12-06 10:59:40 +0100 |
|---|---|---|
| committer | Alberto Donizetti <alb.donizetti@gmail.com> | 2017-12-06 15:50:04 +0000 |
| commit | 28736053ad2829dcf576d05412a2def8bc3a1549 (patch) | |
| tree | 5af6e54e43944cf28baaa0fc3e591496ce4d72ea | |
| parent | dfd6b6efe1908d4e0dccdefed59923e25d2da676 (diff) | |
| download | go-28736053ad2829dcf576d05412a2def8bc3a1549.tar.xz | |
doc: fix two spelling mistakes in contribute.html
Change-Id: Ife60468d508f90321733ebdbdb0e6cf443ba1659
Reviewed-on: https://go-review.googlesource.com/82156
Reviewed-by: Ian Lance Taylor <iant@golang.org>
| -rw-r--r-- | doc/contribute.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index b35e9f4b18..feeaf08643 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -187,7 +187,7 @@ prints help text, not an error. On Windows, when using git-bash you must make sure that <code>git-codereview.exe</code> is in your git exec-path. Run <code>git --exec-path</code> to discover the right location then create a -symbolic link or simply copy the executible from $GOPATH/bin to this directory. +symbolic link or simply copy the executable from $GOPATH/bin to this directory. </p> <p> @@ -386,7 +386,7 @@ Instead, your name will appear in the <a href="https://golang.org/change">change log</a> and in the <a href="/CONTRIBUTORS"><code>CONTRIBUTORS</code></a> file and perhaps the <a href="/AUTHORS"><code>AUTHORS</code></a> file. -These files are automatically generated from the commit logs perodically. +These files are automatically generated from the commit logs periodically. The <a href="/AUTHORS"><code>AUTHORS</code></a> file defines who “The Go Authors”—the copyright holders—are. </p> |
