From: Russ Cox Date: Thu, 1 Mar 2012 18:38:05 +0000 (-0500) Subject: cmd/dist: Unix grammar fix X-Git-Tag: weekly.2012-03-04~50 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3c3c5f38a057d76ebdf5424ba7b595aca886b6a9;p=gostls13.git cmd/dist: Unix grammar fix Fixes #3165. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5712051 --- diff --git a/src/cmd/dist/build.c b/src/cmd/dist/build.c index cd2581c3a8..a40853fad0 100644 --- a/src/cmd/dist/build.c +++ b/src/cmd/dist/build.c @@ -1491,7 +1491,7 @@ cmdbanner(int argc, char **argv) if(streq(gohostos, "darwin")) { xprintf("\n" - "On OS X the debuggers must be installed setgrp procmod.\n" + "On OS X the debuggers must be installed setgid procmod.\n" "Read and run ./sudo.bash to install the debuggers.\n"); }