From dff3fd240d505e3a1c1a51cd25399f6bef2d7de4 Mon Sep 17 00:00:00 2001 From: Hubert Date: Wed, 16 Sep 2015 17:01:26 +0200 Subject: [PATCH] docs: fix typo --- netns_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netns_linux.go b/netns_linux.go index 346dddc..c160c06 100644 --- a/netns_linux.go +++ b/netns_linux.go @@ -177,7 +177,7 @@ func getPidForContainer(id string) (int, error) { filepath.Join(cgroupRoot, cgroupThis, id, "tasks"), // With more recent lxc versions use, cgroup will be in lxc/ filepath.Join(cgroupRoot, cgroupThis, "lxc", id, "tasks"), - // With more recent dockee, cgroup will be in docker/ + // With more recent docker, cgroup will be in docker/ filepath.Join(cgroupRoot, cgroupThis, "docker", id, "tasks"), }