From 9f5d03c01f31e6b5a629156cf63c9895332e9182 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Wed, 4 Oct 2017 17:44:49 +0100 Subject: [PATCH] Fix typo in comment --- prometheus/registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/registry.go b/prometheus/registry.go index 8f2094c..c84a442 100644 --- a/prometheus/registry.go +++ b/prometheus/registry.go @@ -656,7 +656,7 @@ func normalizeMetricFamilies(metricFamiliesByName map[string]*dto.MetricFamily) // checkMetricConsistency checks if the provided Metric is consistent with the // provided MetricFamily. It also hashed the Metric labels and the MetricFamily -// name. If the resulting hash is alread in the provided metricHashes, an error +// name. If the resulting hash is already in the provided metricHashes, an error // is returned. If not, it is added to metricHashes. The provided dimHashes maps // MetricFamily names to their dimHash (hashed sorted label names). If dimHashes // doesn't yet contain a hash for the provided MetricFamily, it is