diff --git a/prometheus/go_collector_test.go b/prometheus/go_collector_test.go index d3d52cd..9a8858c 100644 --- a/prometheus/go_collector_test.go +++ b/prometheus/go_collector_test.go @@ -51,8 +51,8 @@ func TestGoCollector(t *testing.T) { } // GoCollector performs two sends per call. - // On line 27 we need to revceive the second send - // to shutdown cleanly. + // On line 27 we need to receive the second send + // to shut down cleanly. <-ch return }