Fix minor typos in comment.

This commit is contained in:
Julius Volz 2015-08-17 12:58:16 +02:00
parent bbd006bc5e
commit 4a339dcbca
1 changed files with 2 additions and 2 deletions

View File

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