Merge pull request #100671 from Niekvdplas/spelling-mistakes

Fixed several spelling mistakes
This commit is contained in:
Kubernetes Prow Robot
2021-04-09 05:19:45 -07:00
committed by GitHub
26 changed files with 27 additions and 27 deletions

View File

@@ -409,7 +409,7 @@ func (pl *ServiceAffinity) ScoreExtensions() framework.ScoreExtensions {
// addUnsetLabelsToMap backfills missing values with values we find in a map.
func addUnsetLabelsToMap(aL map[string]string, labelsToAdd []string, labelSet labels.Set) {
for _, l := range labelsToAdd {
// if the label is already there, dont overwrite it.
// if the label is already there, don't overwrite it.
if _, exists := aL[l]; exists {
continue
}

View File

@@ -719,7 +719,7 @@ func TestSchedulerFailedSchedulingReasons(t *testing.T) {
queuedPodStore := clientcache.NewFIFO(clientcache.MetaNamespaceKeyFunc)
scache := internalcache.New(10*time.Minute, stop)
// Design the baseline for the pods, and we will make nodes that dont fit it later.
// Design the baseline for the pods, and we will make nodes that don't fit it later.
var cpu = int64(4)
var mem = int64(500)
podWithTooBigResourceRequests := podWithResources("bar", "", v1.ResourceList{