Преглед на файлове

eth: fixed the minor typo inside the comments (#17830)

Liang Ma преди 7 години
родител
ревизия
ff6e0351ab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      eth/protocol.go

+ 1 - 1
eth/protocol.go

@@ -37,7 +37,7 @@ const (
 // ProtocolName is the official short name of the protocol used during capability negotiation.
 var ProtocolName = "eth"
 
-// ProtocolVersions are the upported versions of the eth protocol (first is primary).
+// ProtocolVersions are the supported versions of the eth protocol (first is primary).
 var ProtocolVersions = []uint{eth63, eth62}
 
 // ProtocolLengths are the number of implemented message corresponding to different protocol versions.