From 5c2c9a03e97833c6124a2be993dbf5563e3f77f3 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Sat, 3 Aug 2019 21:56:59 +0800 Subject: [PATCH] fix word 'consequentally' to 'consequently' (#5827) Signed-off-by: czm --- rules/alerting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/alerting.go b/rules/alerting.go index b66d6db88..e9f553935 100644 --- a/rules/alerting.go +++ b/rules/alerting.go @@ -290,7 +290,7 @@ func (r *AlertingRule) SetRestored(restored bool) { } // resolvedRetention is the duration for which a resolved alert instance -// is kept in memory state and consequentally repeatedly sent to the AlertManager. +// is kept in memory state and consequently repeatedly sent to the AlertManager. const resolvedRetention = 15 * time.Minute // Eval evaluates the rule expression and then creates pending alerts and fires