Skip to content

Commit

Permalink
Merge pull request kubernetes#222 from jstangroome/log-monitor-typo
Browse files Browse the repository at this point in the history
Fix the spelling of monitor in the error message
  • Loading branch information
k8s-ci-robot authored Nov 20, 2018
2 parents d49bc17 + 3833060 commit a23a4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/problemdetector/problem_detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a23a4e4

Please sign in to comment.