Skip to content

Commit 9ac19a2

Browse files
author
fate-grand-order
authored
correct spelling error in kernel_monitor.go
1 parent 62bbd46 commit 9ac19a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kernelmonitor/kernel_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (k *kernelMonitor) generateStatus(logs []*kerntypes.KernelLog, rule kerntyp
181181
func (k *kernelMonitor) initializeStatus() {
182182
// Initialize the default node conditions
183183
k.conditions = initialConditions(k.config.DefaultConditions)
184-
glog.Infof("Initalize condition generated: %+v", k.conditions)
184+
glog.Infof("Initialize condition generated: %+v", k.conditions)
185185
// Update the initial status
186186
k.output <- &types.Status{
187187
Source: k.config.Source,

0 commit comments

Comments
 (0)