Fix typo 'determins' in comment

This commit is contained in:
Matt Bostock 2016-06-06 12:18:55 +01:00
parent de71cfe36e
commit 0d057e2fac

View File

@ -205,7 +205,7 @@ func (d *Dispatcher) Stop() {
// Returns false iff notifying failed. // Returns false iff notifying failed.
type notifyFunc func(context.Context, ...*types.Alert) bool 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. // and insert it.
func (d *Dispatcher) processAlert(alert *types.Alert, route *Route) { func (d *Dispatcher) processAlert(alert *types.Alert, route *Route) {
group := model.LabelSet{} group := model.LabelSet{}