mirror of
https://github.com/containers/podman.git
synced 2025-06-06 15:00:40 +08:00
Fix misspelling
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -451,7 +451,7 @@ func (r *OCIRuntime) createOCIContainer(ctr *Container, cgroupParent string, res
|
|||||||
// updateContainerStatus retrieves the current status of the container from the
|
// updateContainerStatus retrieves the current status of the container from the
|
||||||
// runtime. It updates the container's state but does not save it.
|
// runtime. It updates the container's state but does not save it.
|
||||||
// If useRunc is false, we will not directly hit runc to see the container's
|
// If useRunc is false, we will not directly hit runc to see the container's
|
||||||
// status, but will instead only check for the existance of the conmon exit file
|
// status, but will instead only check for the existence of the conmon exit file
|
||||||
// and update state to stopped if it exists.
|
// and update state to stopped if it exists.
|
||||||
func (r *OCIRuntime) updateContainerStatus(ctr *Container, useRunc bool) error {
|
func (r *OCIRuntime) updateContainerStatus(ctr *Container, useRunc bool) error {
|
||||||
exitFile := ctr.exitFilePath()
|
exitFile := ctr.exitFilePath()
|
||||||
|
Reference in New Issue
Block a user