diff --git a/ethereum/ethereum.go b/ethereum/ethereum.go
index ecbf04c9a5e5dea88608d35c3360d40b40a29d00..56ea46122b3508a98f24e89f95b96e1a22eaf7a6 100644
--- a/ethereum/ethereum.go
+++ b/ethereum/ethereum.go
@@ -62,7 +62,7 @@ func main() {
 	}
 
 	g, err := globalconf.NewWithOptions(&globalconf.Options{
-		Filename: path.Join(ethutil.ApplicationFolder(".ethereal"), "conf.ini"),
+		Filename: path.Join(ethutil.ApplicationFolder(".ethereum"), "conf.ini"),
 	})
 	if err != nil {
 		fmt.Println(err)