diff --git a/prometheus/registry.go b/prometheus/registry.go index 78d5f19..8c6b5bd 100644 --- a/prometheus/registry.go +++ b/prometheus/registry.go @@ -243,7 +243,7 @@ func (r *Registry) Register(c Collector) error { }() r.mtx.Lock() defer r.mtx.Unlock() - // Coduct various tests... + // Conduct various tests... for desc := range descChan { // Is the descriptor valid at all?