Skip to content

Commit b7d8f3b

Browse files
author
Mrunal Patel
authored
Merge pull request #2516 from ide-rea/fix-typo
fix small typo
2 parents 47fbafb + 76b05e6 commit b7d8f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var psCommand = cli.Command{
5757
}
5858

5959
// [1:] is to remove command name, ex:
60-
// context.Args(): [containet_id ps_arg1 ps_arg2 ...]
60+
// context.Args(): [container_id ps_arg1 ps_arg2 ...]
6161
// psArgs: [ps_arg1 ps_arg2 ...]
6262
//
6363
psArgs := context.Args()[1:]

0 commit comments

Comments
 (0)