From 280798ff8ce628f96bd0f6d9cbd65beab7381a18 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 6 May 2022 17:28:01 -0400 Subject: [PATCH] typo --- internal/consensus/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/metrics.go b/internal/consensus/metrics.go index c728d2c64..b93730857 100644 --- a/internal/consensus/metrics.go +++ b/internal/consensus/metrics.go @@ -330,7 +330,7 @@ func PrometheusMetrics(namespace string, labelsAndValues ...string) *Metrics { Namespace: namespace, Subsystem: MetricsSubsystem, Name: "round_voting_power_percent", - Help: "Precentage of the total voting power received with a round. " + + Help: "Percentage of the total voting power received with a round. " + "The value begins at 0 for each round and approaches 1.0 as additional " + "voting power is observed.", }, append(labels, "vote_type")).With(labelsAndValues...),