mirror of
https://github.com/prometheus/alertmanager
synced 2025-03-31 07:38:32 +00:00
Merge pull request #370 from mattbostock/fix_typo
Fix typo 'determins' in comment
This commit is contained in:
commit
7b20b776ea
@ -205,7 +205,7 @@ func (d *Dispatcher) Stop() {
|
||||
// Returns false iff notifying failed.
|
||||
type notifyFunc func(context.Context, ...*types.Alert) bool
|
||||
|
||||
// processAlert determins in which aggregation group the alert falls
|
||||
// processAlert determines in which aggregation group the alert falls
|
||||
// and insert it.
|
||||
func (d *Dispatcher) processAlert(alert *types.Alert, route *Route) {
|
||||
group := model.LabelSet{}
|
||||
|
Loading…
Reference in New Issue
Block a user