Fix typo
This commit is contained in:
parent
6ab3432d24
commit
69bb387064
|
@ -243,7 +243,7 @@ func (r *Registry) Register(c Collector) error {
|
||||||
}()
|
}()
|
||||||
r.mtx.Lock()
|
r.mtx.Lock()
|
||||||
defer r.mtx.Unlock()
|
defer r.mtx.Unlock()
|
||||||
// Coduct various tests...
|
// Conduct various tests...
|
||||||
for desc := range descChan {
|
for desc := range descChan {
|
||||||
|
|
||||||
// Is the descriptor valid at all?
|
// Is the descriptor valid at all?
|
||||||
|
|
Loading…
Reference in New Issue