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. //