Skip to content

Commit

Permalink
correcting spell mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxiJin-tobeyjin committed Jul 18, 2017
1 parent 290a0ed commit be725e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/apimachinery/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func ensurePodsAreRemovedWhenNamespaceIsDeleted(f *framework.Framework) {
}
go func() {
_, 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)
}()
podB = waitForPodInNamespace(f.ClientSet, namespace.Name, podB.Name)
Expand Down

0 comments on commit be725e0

Please sign in to comment.