mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
libpod: fix "to to" typo in container_top comment
Signed-off-by: s3onghyun <s3onghyun.hong@gmail.com>
This commit is contained in:
parent
41725cc6fd
commit
8a43be8205
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue