From 9a094f9b853a908f6c923b685d2c19a30f0ee90a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 13 Feb 2017 18:02:50 +0000 Subject: [PATCH] buildlet: fix doc typo Change-Id: I2e43aa33634eb63b7cbdcc6ba6296fe8e857ad81 Reviewed-on: https://go-review.googlesource.com/36912 Reviewed-by: Brad Fitzpatrick --- buildlet/buildletclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlet/buildletclient.go b/buildlet/buildletclient.go index 1985ce8b..527969c0 100644 --- a/buildlet/buildletclient.go +++ b/buildlet/buildletclient.go @@ -156,7 +156,7 @@ type Client struct { } // SetReleaseMode sets whether this client is being used in "release -// mode", to prepare the final binaries to be shipped to uses. All +// mode", to prepare the final binaries to be shipped to users. All // this mode does for now is disable pargzip multi-stream gzip // files. See golang.org/issue/19052. //