fix the typo of wtih

This commit is contained in:
Pingan2017
2017-08-08 20:20:37 +08:00
parent a9bf44101b
commit 5834c9337a

View File

@@ -225,7 +225,7 @@ func CalculateUsage(namespaceName string, scopes []api.ResourceQuotaScope, hardL
for _, evaluator := range evaluators {
potentialResources = append(potentialResources, evaluator.MatchingResources(hardResources)...)
}
// NOTE: the intersection just removes duplicates since the evaluator match intersects wtih hard
// NOTE: the intersection just removes duplicates since the evaluator match intersects with hard
matchedResources := Intersection(hardResources, potentialResources)
// sum the observed usage from each evaluator