Merge pull request #3755 from ligi/mobile_fix_typo

mobile: Fix typo ( Ethereun -> Ethereum )
This commit is contained in:
Péter Szilágyi 2017-03-07 02:35:11 +02:00 committed by GitHub
commit 4c6f4e569e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// Package geth contains the simplified mobile APIs to go-ethereum. // 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 // 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! // mobile platforms. Keep this in mind when using or extending this package!
// //