From 2e11760fbe96dacdf8c4e37b7a179ed777a9ebfa Mon Sep 17 00:00:00 2001 From: Ian Jungyong Um <31336310+code0xff@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:30:11 +0900 Subject: [PATCH] p2p: fix typo (#8836) --- internal/p2p/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p2p/router.go b/internal/p2p/router.go index 7ad5529fb..e3adc77ee 100644 --- a/internal/p2p/router.go +++ b/internal/p2p/router.go @@ -68,7 +68,7 @@ type RouterOptions struct { // seconds between submitting each peer to be dialed. DialSleep func(context.Context) - // NumConcrruentDials controls how many parallel go routines + // NumConcurrentDials controls how many parallel go routines // are used to dial peers. This defaults to the value of // runtime.NumCPU. NumConcurrentDials func() int