Skip to content

Commit 1616525

Browse files
authored
Merge pull request kubernetes#89249 from willise/typo
fix(apimachinery): trivial typo in comment of label
2 parents b96a5a2 + 4303e79 commit 1616525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apimachinery/pkg/labels/selector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (r *Requirement) Matches(ls Labels) bool {
221221
return false
222222
}
223223

224-
// There should be only one strValue in r.strValues, and can be converted to a integer.
224+
// There should be only one strValue in r.strValues, and can be converted to an integer.
225225
if len(r.strValues) != 1 {
226226
klog.V(10).Infof("Invalid values count %+v of requirement %#v, for 'Gt', 'Lt' operators, exactly one value is required", len(r.strValues), r)
227227
return false

0 commit comments

Comments
 (0)