aboutsummaryrefslogtreecommitdiffstats
path: root/eth/bind.go
diff options
context:
space:
mode:
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),