diff --git a/mobile/doc.go b/mobile/doc.go
index 89be470cce036b0914f39eb0214c561380c52790..64d47bec2a2aae39a8b8088675bc4863c3c24b37 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!
 //