From 7357a0062360654d66fadfba58f41db52e6e93b6 Mon Sep 17 00:00:00 2001 From: Michele Mastrogiovanni Date: Thu, 17 Nov 2022 00:24:05 +0100 Subject: [PATCH] core/network: fix typo --- core/network/network.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/network/network.go b/core/network/network.go index bf96697d5..0beaac0f7 100644 --- a/core/network/network.go +++ b/core/network/network.go @@ -174,10 +174,10 @@ type Dialer interface { // Peers returns the peers connected Peers() []peer.ID - // Conns returns the connections in this Netowrk + // Conns returns the connections in this Network Conns() []Conn - // ConnsToPeer returns the connections in this Netowrk for given peer. + // ConnsToPeer returns the connections in this Network for given peer. ConnsToPeer(p peer.ID) []Conn // Notify/StopNotify register and unregister a notifiee for signals