diff --git a/pkg/nfd-worker/nfd-worker.go b/pkg/nfd-worker/nfd-worker.go index 9f7e4bca5..0428540f8 100644 --- a/pkg/nfd-worker/nfd-worker.go +++ b/pkg/nfd-worker/nfd-worker.go @@ -602,7 +602,7 @@ func getFeatureLabels(source source.LabelSource, labelWhiteList regexp.Regexp) ( // Validate label name. errs := validation.IsQualifiedName(name) if len(errs) > 0 { - klog.InfoS("ignoring label with invalid name", "lableKey", name, "errors", errs) + klog.InfoS("ignoring label with invalid name", "labelKey", name, "errors", errs) continue }