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")