Fix typos and englishify plugin/pkg

This commit is contained in:
Jedrzej Nowak
2016-10-04 17:51:14 +02:00
parent 3a42ec0b1d
commit d2161c21d7
5 changed files with 9 additions and 9 deletions

View File

@@ -2022,7 +2022,7 @@ func TestInterPodAffinity(t *testing.T) {
pods: []*api.Pod{{Spec: api.PodSpec{NodeName: "machine1"}, ObjectMeta: api.ObjectMeta{Labels: podLabel}}},
node: &node1,
fits: false,
test: "The labelSelector requirements(items of matchExpressions) are ANDed, the pod cannot schedule onto the node becasue one of the matchExpression item don't match.",
test: "The labelSelector requirements(items of matchExpressions) are ANDed, the pod cannot schedule onto the node because one of the matchExpression item don't match.",
},
{
pod: &api.Pod{