spelling: removes

This commit is contained in:
Josh Soref
2018-03-11 18:41:43 +00:00
parent 31651d124d
commit a657cbaced

View File

@@ -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