Merge pull request #992 from JoeWrightss/patch-1

fix spelling error: contaner -> container
This commit is contained in:
Mike Brown 2018-12-08 01:15:15 +08:00 committed by GitHub
commit be2c3bd94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",