]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Fix spello
authorMatt Joiner <anacrolix@gmail.com>
Wed, 24 Jul 2024 05:21:02 +0000 (15:21 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 24 Jul 2024 05:21:02 +0000 (15:21 +1000)
types/peerid.go

index 0e13473ed07776c4ec7f3fc884fd44cb7946a8e0..7ca680c17f4dcc150c96c497d63525cefb2e4525 100644 (file)
@@ -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] == '-' {