mobile: Fix typo ( Ethereun -> Ethereum )

This commit is contained in:
ligi 2017-03-04 21:14:40 +01:00
parent 07c216d603
commit db2698c87c
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -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!
//