Merge pull request #222 from jstangroome/log-monitor-typo

Fix the spelling of monitor in the error message
This commit is contained in:
k8s-ci-robot
2018-11-19 20:25:42 -08:00
committed by GitHub

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")