From: Matt Joiner Date: Wed, 24 Jul 2024 05:21:02 +0000 (+1000) Subject: Fix spello X-Git-Tag: v1.57.0~15 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f63b38aad66251492066ef8c66f6c8abf81540bc;p=btrtrc.git Fix spello --- 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] == '-' {