From 76b05e6d13f1ef250b870666e84c7ddcb84d58e8 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Sat, 11 Jul 2020 16:36:32 +0800 Subject: [PATCH] fix small typo Signed-off-by: Xiaoyu Zhang --- ps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps.go b/ps.go index d18aa15f..ffe00f37 100644 --- a/ps.go +++ b/ps.go @@ -57,7 +57,7 @@ var psCommand = cli.Command{ } // [1:] is to remove command name, ex: - // context.Args(): [containet_id ps_arg1 ps_arg2 ...] + // context.Args(): [container_id ps_arg1 ps_arg2 ...] // psArgs: [ps_arg1 ps_arg2 ...] // psArgs := context.Args()[1:]