From 67bb2a7be3440aa58c9b68227d77ded6d7b52519 Mon Sep 17 00:00:00 2001 From: gkze Date: Fri, 21 Dec 2018 15:40:04 -0800 Subject: [PATCH] Fix typo Signed-off-by: gkze --- prometheus/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/doc.go b/prometheus/doc.go index 5d9525d..11c1766 100644 --- a/prometheus/doc.go +++ b/prometheus/doc.go @@ -128,7 +128,7 @@ // errors. Thus, with unchecked Collectors, the responsibility to not collect // metrics that lead to inconsistencies in the total scrape result lies with the // implementer of the Collector. While this is not a desirable state, it is -// sometimes necessary. The typical use case is a situatios where the exact +// sometimes necessary. The typical use case is a situations where the exact // metrics to be returned by a Collector cannot be predicted at registration // time, but the implementer has sufficient knowledge of the whole system to // guarantee metric consistency.