diff options
author | Andrei Vagin <avagin@google.com> | 2019-03-27 11:08:33 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-27 11:10:15 -0700 |
commit | 5d94c893ae38f09f5132ab43d48204ab49121960 (patch) | |
tree | 059347b929970b2ee6d14d8347caac9f386161af | |
parent | 645af7cdd8a183ce80218b1ad275001084c133ce (diff) |
gvisor/runsc: address typos from github
Fixes: https://github.com/google/gvisor/issues/143
Fixes #143
PiperOrigin-RevId: 240600719
Change-Id: Id1731b9969f98e32e52e144a6643e12b0b70f168
-rw-r--r-- | runsc/cmd/list.go | 2 |
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. |