Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit fb7da82

Browse files
authored
p2p: fix typo in v4wire.go
Neigbors -> Neighbors
1 parent 0efed7f commit fb7da82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/discover/v4wire/v4wire.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ type (
102102
}
103103
)
104104

105-
// This number is the maximum number of neighbor nodes in a Neigbors packet.
105+
// This number is the maximum number of neighbor nodes in a Neighbors packet.
106106
const MaxNeighbors = 12
107107

108108
// This code computes the MaxNeighbors constant value.

0 commit comments

Comments
 (0)