aboutsummaryrefslogtreecommitdiffstats
path: root/eth/bind.go
diff options
context:
space:
mode:
authorErnesto del Toro <ernestodeltoro@users.noreply.github.com>2017-09-20 17:31:31 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-09-20 17:31:31 +0800
commit3c8656347f67dbc8e57c663ec5c26d24c4151678 (patch)
tree4008b6b9b00fd59e551260c2e0debce30f86a68c /eth/bind.go
parentb9ff44bd64b9e59806577239eb037f99aad5fff4 (diff)
downloadgo-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar
go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.gz
go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.bz2
go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.lz
go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.xz
go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.zst
go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.zip
eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)
Diffstat (limited to 'eth/bind.go')
-rw-r--r--eth/bind.go2
1 files changed, 1 insertions, 1 deletions
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),