1
0
mirror of https://github.com/taigrr/go-fastping synced 2025-01-18 05:03:15 -08:00

Fixed typo

This commit is contained in:
Tatsushi Demachi 2014-04-21 21:31:27 +09:00
parent f81b4cf5d3
commit 7224648946

View File

@ -190,7 +190,7 @@ func TestRunLoop(t *testing.T) {
} }
if recvCount < 2 { if recvCount < 2 {
t.Fatalf("Pinger recieve count less than 2") t.Fatalf("Pinger receive count less than 2")
} }
if idleCount < 2 { if idleCount < 2 {
t.Fatalf("Pinger idle count less than 2") t.Fatalf("Pinger idle count less than 2")