From 29f19afc679b0eada3484e0df521b83496ccce2d Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 19 Feb 2018 15:06:37 +0100 Subject: [PATCH] p2p: fit typo --- p2p/dial_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/dial_test.go b/p2p/dial_test.go index 754463079a..2a7941fc65 100644 --- a/p2p/dial_test.go +++ b/p2p/dial_test.go @@ -515,7 +515,7 @@ func TestDialStateStaticDial(t *testing.T) { }) } -// This test checks that static peers will be redialed immediatly if they were re-added to a static list. +// This test checks that static peers will be redialed immediately if they were re-added to a static list. func TestDialStaticAfterReset(t *testing.T) { wantStatic := []*discover.Node{ {ID: uintID(1)},