Merge pull request from mattbostock/fix_typo

Fix typo 'determins' in comment
This commit is contained in:
Brian Brazil 2016-06-06 12:32:26 +01:00
commit 7b20b776ea

View File

@ -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{}