From b1f28b48a3c5649e31ef03f298d35906c5cec437 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Fri, 25 Nov 2016 08:47:04 +0100 Subject: [PATCH] Fix typo --- notifier/notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier/notifier.go b/notifier/notifier.go index 3098637eb..b3df6b177 100644 --- a/notifier/notifier.go +++ b/notifier/notifier.go @@ -301,7 +301,7 @@ func (n *Notifier) Alertmanagers() []string { } // sendAll sends the alerts to all configured Alertmanagers concurrently. -// It returns true if the alerts could be sent successfully to at least on Alertmanager. +// It returns true if the alerts could be sent successfully to at least one Alertmanager. func (n *Notifier) sendAll(alerts ...*model.Alert) bool { begin := time.Now()