From 3c8656347f67dbc8e57c663ec5c26d24c4151678 Mon Sep 17 00:00:00 2001 From: Ernesto del Toro Date: Wed, 20 Sep 2017 05:31:31 -0400 Subject: eth, internal/ethapi: fix spelling of 'Ethereum' (#15164) --- eth/bind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/bind.go') diff --git a/eth/bind.go b/eth/bind.go index 0385db1f9..d09977dbc 100644 --- a/eth/bind.go +++ b/eth/bind.go @@ -43,7 +43,7 @@ type ContractBackend struct { } // NewContractBackend creates a new native contract backend using an existing -// Etheruem object. +// Ethereum object. func NewContractBackend(apiBackend ethapi.Backend) *ContractBackend { return &ContractBackend{ eapi: ethapi.NewPublicEthereumAPI(apiBackend), -- cgit v1.2.3