Skip to content

Commit 4d6a344

Browse files
Ikko Ashiminezzyalbert
authored andcommitted
p2p: fix typo in v4wire.go
Neigbors -> Neighbors
1 parent 403bd87 commit 4d6a344

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)