From 722464894695c2ae8adad0f8b546ee9611dce17e Mon Sep 17 00:00:00 2001 From: Tatsushi Demachi Date: Mon, 21 Apr 2014 21:31:27 +0900 Subject: [PATCH] Fixed typo --- fastping_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastping_test.go b/fastping_test.go index f0622a7..12d17ce 100644 --- a/fastping_test.go +++ b/fastping_test.go @@ -190,7 +190,7 @@ func TestRunLoop(t *testing.T) { } if recvCount < 2 { - t.Fatalf("Pinger recieve count less than 2") + t.Fatalf("Pinger receive count less than 2") } if idleCount < 2 { t.Fatalf("Pinger idle count less than 2")