diff --git a/whisper/whisperv6/peer_test.go b/whisper/whisperv6/peer_test.go index 86868b653a..3275cc3f62 100644 --- a/whisper/whisperv6/peer_test.go +++ b/whisper/whisperv6/peer_test.go @@ -235,7 +235,7 @@ func initialize(t *testing.T) { // we need to wait until the first node actually starts err = nodes[0].server.Start() if err != nil { - t.Fatalf("failed to start the fisrt server.") + t.Fatal("failed to start the first server: ", err) } }