From 9e47bb8b46dbd364d4c47634823760053846efb1 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Fri, 2 Aug 2019 21:52:15 +0800 Subject: [PATCH] fix word 'parmeters' to 'parameters' (#5826) Signed-off-by: czm --- scrape/target.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape/target.go b/scrape/target.go index acf1eec3b3..0a264d5519 100644 --- a/scrape/target.go +++ b/scrape/target.go @@ -50,7 +50,7 @@ type Target struct { discoveredLabels labels.Labels // Any labels that are added to this target and its metrics. labels labels.Labels - // Additional URL parmeters that are part of the target URL. + // Additional URL parameters that are part of the target URL. params url.Values mtx sync.RWMutex