Skip to content

Commit 3833060

Browse files
author
Jason Stangroome
authored
Fix the spelling of monitor in the error message
1 parent d49bc17 commit 3833060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/problemdetector/problem_detector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (p *problemDetector) Run() error {
6767
chans = append(chans, ch)
6868
}
6969
if len(chans) == 0 {
70-
return fmt.Errorf("no log montior is successfully setup")
70+
return fmt.Errorf("no log monitor is successfully setup")
7171
}
7272
ch := groupChannel(chans)
7373
glog.Info("Problem detector started")

0 commit comments

Comments
 (0)