From f63b38aad66251492066ef8c66f6c8abf81540bc Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 24 Jul 2024 15:21:02 +1000 Subject: [PATCH] Fix spello --- types/peerid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/peerid.go b/types/peerid.go index 0e13473e..7ca680c1 100644 --- a/types/peerid.go +++ b/types/peerid.go @@ -3,7 +3,7 @@ package types // Peer client ID. type PeerID [20]byte -// // Pretty prints the ID as hex, except parts that adher to the PeerInfo ID +// // Pretty prints the ID as hex, except parts that adhere to the PeerInfo ID // // Conventions of BEP 20. // func (me PeerID) String() string { // // if me[0] == '-' && me[7] == '-' { -- 2.48.1