From 37085692e28a7584967374f085e2b94c16b54869 Mon Sep 17 00:00:00 2001 From: JoeWrightss Date: Fri, 7 Dec 2018 22:56:09 +0800 Subject: [PATCH] fix spelling error: contaner -> container Signed-off-by: JoeWrightss --- pkg/server/container_create_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/server/container_create_test.go b/pkg/server/container_create_test.go index 29cdd0951..8df30a7fd 100644 --- a/pkg/server/container_create_test.go +++ b/pkg/server/container_create_test.go @@ -593,7 +593,7 @@ func TestGenerateContainerMounts(t *testing.T) { }, }, }, - "should skip contaner mounts if already mounted by CRI": { + "should skip container mounts if already mounted by CRI": { criMounts: []*runtime.Mount{ { ContainerPath: "/etc/hosts",