Fix the spelling of monitor in the error message

This commit is contained in:
Jason Stangroome
2018-11-20 14:00:30 +11:00
committed by GitHub
parent d49bc1706d
commit 38330605c5

View File

@@ -67,7 +67,7 @@ func (p *problemDetector) Run() error {
chans = append(chans, ch)
}
if len(chans) == 0 {
return fmt.Errorf("no log montior is successfully setup")
return fmt.Errorf("no log monitor is successfully setup")
}
ch := groupChannel(chans)
glog.Info("Problem detector started")