Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1472 from marquiz/devel/typo-fix
Browse files Browse the repository at this point in the history
nfd-worker: fix typo in log message
  • Loading branch information
k8s-ci-robot authored Nov 24, 2023
2 parents e030730 + f266533 commit dfef0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nfd-worker/nfd-worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit dfef0eb

Please sign in to comment.