Explorar o código

eth/protocols/snap: fix typo (#22530)

wuff1996 %!s(int64=4) %!d(string=hai) anos
pai
achega
117fa7d4a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      eth/protocols/snap/handler.go

+ 1 - 1
eth/protocols/snap/handler.go

@@ -115,7 +115,7 @@ func handle(backend Backend, peer *Peer) error {
 }
 
 // handleMessage is invoked whenever an inbound message is received from a
-// remote peer on the `spap` protocol. The remote connection is torn down upon
+// remote peer on the `snap` protocol. The remote connection is torn down upon
 // returning any error.
 func handleMessage(backend Backend, peer *Peer) error {
 	// Read the next message from the remote peer, and ensure it's fully consumed