]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.html: fix typo
authorElias Naur <elias.naur@gmail.com>
Sat, 4 Jul 2015 16:33:21 +0000 (18:33 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 5 Jul 2015 22:07:46 +0000 (22:07 +0000)
Change-Id: If33ffe1da23a8463fc5479f453422d280b736372
Reviewed-on: https://go-review.googlesource.com/11865
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.5.html

index 4270fa33985d01acff0ba9b0359d482b8c0e67a1..d2244da39411c7225f8dc883c509d294e1e43106 100644 (file)
@@ -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.