summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/list.go
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2019-03-27 11:08:33 -0700
committerShentubot <shentubot@google.com>2019-03-27 11:10:15 -0700
commit5d94c893ae38f09f5132ab43d48204ab49121960 (patch)
tree059347b929970b2ee6d14d8347caac9f386161af /runsc/cmd/list.go
parent645af7cdd8a183ce80218b1ad275001084c133ce (diff)
gvisor/runsc: address typos from github
Fixes: https://github.com/google/gvisor/issues/143 Fixes #143 PiperOrigin-RevId: 240600719 Change-Id: Id1731b9969f98e32e52e144a6643e12b0b70f168
Diffstat (limited to 'runsc/cmd/list.go')
-rw-r--r--runsc/cmd/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/list.go b/runsc/cmd/list.go
index 481066225..1dcea2af0 100644
--- a/runsc/cmd/list.go
+++ b/runsc/cmd/list.go
@@ -42,7 +42,7 @@ func (*List) Name() string {
// Synopsis implements subcommands.Command.Synopsis.
func (*List) Synopsis() string {
- return "list contaners started by runsc with the given root"
+ return "list containers started by runsc with the given root"
}
// Usage implements subcommands.Command.Usage.