correcting spell mistake

This commit is contained in:
YuxiJin-tobeyjin 2017-07-14 11:17:02 +08:00
parent 290a0edaf3
commit be725e0728

View File

@ -142,7 +142,7 @@ func ensurePodsAreRemovedWhenNamespaceIsDeleted(f *framework.Framework) {
} }
go func() { go func() {
_, err = f.ClientSet.Core().Pods(namespace.Name).Create(podB) _, err = f.ClientSet.Core().Pods(namespace.Name).Create(podB)
// This error is ok, beacuse we will delete the pod before it completes initialization // This error is ok, because we will delete the pod before it completes initialization
framework.Logf("error from create uninitialized namespace: %v", err) framework.Logf("error from create uninitialized namespace: %v", err)
}() }()
podB = waitForPodInNamespace(f.ClientSet, namespace.Name, podB.Name) podB = waitForPodInNamespace(f.ClientSet, namespace.Name, podB.Name)