From ef4f239c793a1a202d3249c6a8139e0602d94d94 Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Thu, 21 Jun 2018 08:33:46 -0700 Subject: Fix typo in runsc gofer flag description PiperOrigin-RevId: 201529295 Change-Id: I55eb516ec6d14fbcd48593a3d61f724adc253a23 --- runsc/cmd/gofer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runsc') diff --git a/runsc/cmd/gofer.go b/runsc/cmd/gofer.go index 39803bde5..c0b747737 100644 --- a/runsc/cmd/gofer.go +++ b/runsc/cmd/gofer.go @@ -44,7 +44,7 @@ func (*Gofer) Name() string { // Synopsis implements subcommands.Command. func (*Gofer) Synopsis() string { - return "launch a gofer process that server files over 9P protocol (internal use only)" + return "launch a gofer process that serves files over 9P protocol (internal use only)" } // Usage implements subcommands.Command. -- cgit v1.2.3