From 0f45403c9ba5eace4b48bad2b86ad540bae3435d Mon Sep 17 00:00:00 2001
From: Matthew Heon <matthew.heon@gmail.com>
Date: Thu, 25 Oct 2018 13:49:39 -0400
Subject: [PATCH] Fix misspelling

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
---
 libpod/oci.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libpod/oci.go b/libpod/oci.go
index d3ce70133e..233bacfbb1 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()