mirror of
https://github.com/containers/podman.git
synced 2026-07-10 07:15:05 -04:00
libpod: fix "to to" typo in container_top comment
Signed-off-by: s3onghyun <s3onghyun.hong@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ const (
|
||||
// podmanTopCommand is the reexec key to safely setup the environment for ps to be executed
|
||||
podmanTopCommand = "podman-top"
|
||||
|
||||
// podmanTopExitCode is a special exec code to signal that podman failed to to something in
|
||||
// podmanTopExitCode is a special exec code to signal that podman failed to do something in
|
||||
// reexec command not ps. This is used to give a better error.
|
||||
podmanTopExitCode = 255
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user