From d5994f4f5e3288593de54198b3c61c9eb608e087 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 4 Jul 2015 18:33:21 +0200 Subject: [PATCH] doc/go1.5.html: fix typo Change-Id: If33ffe1da23a8463fc5479f453422d280b736372 Reviewed-on: https://go-review.googlesource.com/11865 Reviewed-by: Brad Fitzpatrick --- doc/go1.5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0