aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Naur <elias.naur@gmail.com>2015-07-04 18:33:21 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2015-07-05 22:07:46 +0000
commitd5994f4f5e3288593de54198b3c61c9eb608e087 (patch)
treeb32dd53b51a8b1849ebbc1a1f91dbc269ac4a7dc
parent173fa1d8093409eb6a409f4e3196c7d334c10c48 (diff)
downloadgo-d5994f4f5e3288593de54198b3c61c9eb608e087.tar.gz
go-d5994f4f5e3288593de54198b3c61c9eb608e087.zip
doc/go1.5.html: fix typo
Change-Id: If33ffe1da23a8463fc5479f453422d280b736372 Reviewed-on: https://go-review.googlesource.com/11865 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 4270fa3398..d2244da394 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -249,7 +249,7 @@ cmd/trace: new command to view traces (https://golang.org/cl/3601)
The assembler in Go 1.5 is a single new Go program that replaces
the suite of C-language assemblers (<code>6a</code>,
<code>8a</code>, etc.) in previous releases.
-The values of the environmetn variables
+The values of the environment variables
<code>GOARCH</code> and <code>GOOS</code>
choose which architecture and operating system the generated
code will be for.