From c4bb67521bb31bfeda655aeb3ef791073da8bdca Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 7 Mar 2017 01:25:34 +0100 Subject: [PATCH] mobile: fix typo (Ethereun -> Ethereum) (#3745) mobile: fix typo (Ethereun -> Ethereum) --- mobile/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/doc.go b/mobile/doc.go index 50cc7f4f8c..a12f048713 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! //