fix word 'parmeters' to 'parameters' (#5826)

Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC 2019-08-02 21:52:15 +08:00 committed by Brian Brazil
parent ead0933dd9
commit 9e47bb8b46

View file

@ -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