From 5101dccb33b53e5fffe0c5082a79925978f5f1f1 Mon Sep 17 00:00:00 2001 From: Liang Ma Date: Wed, 3 Oct 2018 19:42:03 +0100 Subject: [PATCH] eth: fixed the minor typo inside the comments --- eth/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/protocol.go b/eth/protocol.go index 0e90e6a2ef..497ba4c597 100644 --- a/eth/protocol.go +++ b/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.