Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Aug 30, 2023
1 parent 052d846 commit 19060ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/monitors/wrappers/summarizer/summarizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func NewSummarizer(rootJob jobs.Job, sf stdfields.StdMonitorFields, mst *monitor
checkGroup: uu.String(),
stateTracker: mst,
sf: sf,
// private property, but can be overriden in tests to speed them up
// private property, but can be overridden in tests to speed them up
retryDelay: time.Second,
}
}
Expand Down

0 comments on commit 19060ea

Please sign in to comment.