Skip to content

Commit ed0418b

Browse files
committed
chore(nfd-worker): fix minor typo in wrong label value format error
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 7ae2516 commit ed0418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nfd-worker/nfd-worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ func getFeatureLabels(source source.LabelSource, labelWhiteList regexp.Regexp) (
604604
// Validate label value
605605
errs = validation.IsValidLabelValue(value)
606606
if len(errs) > 0 {
607-
klog.InfoS("ignoring label with invalide value", "labelKey", name, "labelValue", value, "errors", errs)
607+
klog.InfoS("ignoring label with invalid value", "labelKey", name, "labelValue", value, "errors", errs)
608608
continue
609609
}
610610

0 commit comments

Comments
 (0)