This commit is contained in:
Julius Volz 2017-02-23 10:28:41 +01:00 committed by GitHub
parent 6ab3432d24
commit 69bb387064
1 changed files with 1 additions and 1 deletions

View File

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