eth: Fixed typo in config file

This commit is contained in:
Lucas Hendren 2018-11-27 08:59:53 -05:00
parent cceaae3d39
commit 1a808aecd7

View file

@ -124,7 +124,7 @@ type Config struct {
// Miscellaneous options // Miscellaneous options
DocRoot string `toml:"-"` DocRoot string `toml:"-"`
// Type of the EWASM interpreter ("" for detault) // Type of the EWASM interpreter ("" for default)
EWASMInterpreter string EWASMInterpreter string
// Type of the EVM interpreter ("" for default) // Type of the EVM interpreter ("" for default)
EVMInterpreter string EVMInterpreter string