Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Nov 18, 2024
1 parent b0ccda0 commit ce21486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (kp *kubernetesprocessor) Start(_ context.Context, host component.Host) err
if kp.kc == nil {
err := kp.initKubeClient(kp.telemetrySettings, kubeClientProvider)
if err != nil {
kp.logger.Error("Could not initialise kube client", zap.Error(err))
kp.logger.Error("Could not initialize kube client", zap.Error(err))
componentstatus.ReportStatus(host, componentstatus.NewFatalErrorEvent(err))
return nil
}
Expand Down

0 comments on commit ce21486

Please sign in to comment.