From 4a339dcbca22249172062757ec7a450fed677d53 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 17 Aug 2015 12:58:16 +0200 Subject: [PATCH] Fix minor typos in comment. --- prometheus/go_collector_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }