fix spelling error: contaner -> container

Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
This commit is contained in:
JoeWrightss 2018-12-07 22:56:09 +08:00
parent 5a80f333d4
commit 37085692e2

View File

@ -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{ criMounts: []*runtime.Mount{
{ {
ContainerPath: "/etc/hosts", ContainerPath: "/etc/hosts",