From fb3d5cb2ad5789367093b409855a3937d651b572 Mon Sep 17 00:00:00 2001 From: JoeWrightss <42261994+JoeWrightss@users.noreply.github.com> Date: Mon, 31 Dec 2018 04:31:21 +0800 Subject: [PATCH] Fix some spelling errors (#523) * Fix some spelling errors Signed-off-by: JoeWrightss --- prometheus/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus/doc.go b/prometheus/doc.go index e7f86dd..1e0d578 100644 --- a/prometheus/doc.go +++ b/prometheus/doc.go @@ -122,8 +122,8 @@ // the Collect method. The Describe method has to return separate Desc // instances, representative of the “throw-away” metrics to be created later. // NewDesc comes in handy to create those Desc instances. Alternatively, you -// could return no Desc at all, which will marke the Collector “unchecked”. No -// checks are porformed at registration time, but metric consistency will still +// could return no Desc at all, which will mark the Collector “unchecked”. No +// checks are performed at registration time, but metric consistency will still // be ensured at scrape time, i.e. any inconsistencies will lead to scrape // errors. Thus, with unchecked Collectors, the responsibility to not collect // metrics that lead to inconsistencies in the total scrape result lies with the