From: Elias Naur Date: Sat, 4 Jul 2015 16:33:21 +0000 (+0200) Subject: doc/go1.5.html: fix typo X-Git-Tag: go1.5beta1~11 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d5994f4f5e3288593de54198b3c61c9eb608e087;p=gostls13.git doc/go1.5.html: fix typo Change-Id: If33ffe1da23a8463fc5479f453422d280b736372 Reviewed-on: https://go-review.googlesource.com/11865 Reviewed-by: Brad Fitzpatrick --- 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 (6a, 8a, etc.) in previous releases. -The values of the environmetn variables +The values of the environment variables GOARCH and GOOS choose which architecture and operating system the generated code will be for.