From a657cbacedb3f35f62d4ea107159d6f08d959a01 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:41:43 +0000 Subject: [PATCH] spelling: removes --- client/driver/executor/resource_container_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/driver/executor/resource_container_linux.go b/client/driver/executor/resource_container_linux.go index ad57de03f..a9efbbc53 100644 --- a/client/driver/executor/resource_container_linux.go +++ b/client/driver/executor/resource_container_linux.go @@ -16,7 +16,7 @@ type resourceContainerContext struct { cgLock sync.Mutex } -// clientCleanup remoevs this host's Cgroup from the Nomad Client's context +// clientCleanup removes this host's Cgroup from the Nomad Client's context func clientCleanup(ic *dstructs.IsolationConfig, pid int) error { if err := DestroyCgroup(ic.Cgroup, ic.CgroupPaths, pid); err != nil { return err