From 5d94c893ae38f09f5132ab43d48204ab49121960 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Wed, 27 Mar 2019 11:08:33 -0700 Subject: gvisor/runsc: address typos from github Fixes: https://github.com/google/gvisor/issues/143 Fixes #143 PiperOrigin-RevId: 240600719 Change-Id: Id1731b9969f98e32e52e144a6643e12b0b70f168 --- runsc/cmd/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3