diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-10-25 13:49:39 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-11-07 11:36:01 -0500 |
commit | 0f45403c9ba5eace4b48bad2b86ad540bae3435d (patch) | |
tree | 3afe6ae5aea0b9b537a1e51568a9d092771479b8 | |
parent | 3286b0185debc809664d854dd2ee75bf75efadc4 (diff) | |
download | podman-0f45403c9ba5eace4b48bad2b86ad540bae3435d.tar.gz podman-0f45403c9ba5eace4b48bad2b86ad540bae3435d.tar.bz2 podman-0f45403c9ba5eace4b48bad2b86ad540bae3435d.zip |
Fix misspelling
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | libpod/oci.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/oci.go b/libpod/oci.go index d3ce70133..233bacfbb 100644 --- a/libpod/oci.go +++ b/libpod/oci.go @@ -451,7 +451,7 @@ func (r *OCIRuntime) createOCIContainer(ctr *Container, cgroupParent string, res // updateContainerStatus retrieves the current status of the container from the // 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 -// 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. func (r *OCIRuntime) updateContainerStatus(ctr *Container, useRunc bool) error { exitFile := ctr.exitFilePath() |