From 1a808aecd7ce54b2eb0e71da06084df5c1498449 Mon Sep 17 00:00:00 2001 From: Lucas Hendren Date: Tue, 27 Nov 2018 08:59:53 -0500 Subject: [PATCH] eth: Fixed typo in config file --- eth/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/config.go b/eth/config.go index e7dba83544..601f4735e3 100644 --- a/eth/config.go +++ b/eth/config.go @@ -124,7 +124,7 @@ type Config struct { // Miscellaneous options DocRoot string `toml:"-"` - // Type of the EWASM interpreter ("" for detault) + // Type of the EWASM interpreter ("" for default) EWASMInterpreter string // Type of the EVM interpreter ("" for default) EVMInterpreter string