ソースを参照

mobile: Fix typo ( Ethereun -> Ethereum )

ligi 8 年 前
コミット
db2698c87c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      mobile/doc.go

+ 1 - 1
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!
 //