aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-07 08:35:11 +0800
committerGitHub <noreply@github.com>2017-03-07 08:35:11 +0800
commit4c6f4e569e66b399c69d4f018f3a3b7919ef144c (patch)
tree0fab7763cf638b3a8ee1470a1719c0013cd86056
parent07c216d603d7b366c177295761280acc706a9382 (diff)
parentdb2698c87cd80246c38340045181d2e8b326bc79 (diff)
downloadgo-tangerine-4c6f4e569e66b399c69d4f018f3a3b7919ef144c.tar
go-tangerine-4c6f4e569e66b399c69d4f018f3a3b7919ef144c.tar.gz
go-tangerine-4c6f4e569e66b399c69d4f018f3a3b7919ef144c.tar.bz2
go-tangerine-4c6f4e569e66b399c69d4f018f3a3b7919ef144c.tar.lz
go-tangerine-4c6f4e569e66b399c69d4f018f3a3b7919ef144c.tar.xz
go-tangerine-4c6f4e569e66b399c69d4f018f3a3b7919ef144c.tar.zst
go-tangerine-4c6f4e569e66b399c69d4f018f3a3b7919ef144c.zip
Merge pull request #3755 from ligi/mobile_fix_typo
mobile: Fix typo ( Ethereun -> Ethereum )
-rw-r--r--mobile/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/doc.go b/mobile/doc.go
index 89be470cc..64d47bec2 100644
--- a/mobile/doc.go
+++ b/mobile/doc.go
@@ -16,7 +16,7 @@
// Package geth contains the simplified mobile APIs to go-ethereum.
//
-// The scope of this package is *not* to allow writing a custom Ethereun client
+// The scope of this package is *not* to allow writing a custom Ethereum client
// with pieces plucked from go-ethereum, rather to allow writing native dapps on
// mobile platforms. Keep this in mind when using or extending this package!
//