Skip to content

Commit 4f964a1

Browse files
authored
Merge pull request #82 from fate-grand-order/patch-1
correct spelling error in kernel_monitor.go
2 parents 62bbd46 + 9ac19a2 commit 4f964a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kernelmonitor/kernel_monitor.go

+1-1
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)