summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/gofer.go
diff options
context:
space:
mode:
authorIan Gudger <igudger@google.com>2018-06-21 08:33:46 -0700
committerShentubot <shentubot@google.com>2018-06-21 08:34:51 -0700
commitef4f239c793a1a202d3249c6a8139e0602d94d94 (patch)
treebd35a52b0cae22697b25f4044107b90e5b138227 /runsc/cmd/gofer.go
parent95cb01e0a9517f7119e3d848728500692a4f5cba (diff)
Fix typo in runsc gofer flag description
PiperOrigin-RevId: 201529295 Change-Id: I55eb516ec6d14fbcd48593a3d61f724adc253a23
Diffstat (limited to 'runsc/cmd/gofer.go')
-rw-r--r--runsc/cmd/gofer.go2
1 files changed, 1 insertions, 1 deletions
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.