Skip to content

Commit decd114

Browse files
fix typo
selecterTerms -> selectorTerms
1 parent fabd449 commit decd114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/testing/wrappers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353

5454
// In injects a matchExpression (with an operator IN) as a selectorTerm
5555
// to the inner nodeSelector.
56-
// NOTE: appended selecterTerms are ORed.
56+
// NOTE: appended selectorTerms are ORed.
5757
func (s *NodeSelectorWrapper) In(key string, vals []string, t NodeSelectorType) *NodeSelectorWrapper {
5858
expression := v1.NodeSelectorRequirement{
5959
Key: key,

0 commit comments

Comments
 (0)