diff options
author | Corey Lin <514971757@qq.com> | 2018-11-08 19:25:14 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-11-08 19:25:14 +0800 |
commit | 212bf266c55b3737da37e6588142d0c9f7c6e10f (patch) | |
tree | 66b02352bbd665e2f503076ea8048ad59d3f2efe /eth/config.go | |
parent | c71e4fc4d5e5f97f57f1c52dced187da41b59aaf (diff) | |
download | go-tangerine-212bf266c55b3737da37e6588142d0c9f7c6e10f.tar go-tangerine-212bf266c55b3737da37e6588142d0c9f7c6e10f.tar.gz go-tangerine-212bf266c55b3737da37e6588142d0c9f7c6e10f.tar.bz2 go-tangerine-212bf266c55b3737da37e6588142d0c9f7c6e10f.tar.lz go-tangerine-212bf266c55b3737da37e6588142d0c9f7c6e10f.tar.xz go-tangerine-212bf266c55b3737da37e6588142d0c9f7c6e10f.tar.zst go-tangerine-212bf266c55b3737da37e6588142d0c9f7c6e10f.zip |
eth, p2p: fix comment typos (#18014)
Diffstat (limited to 'eth/config.go')
-rw-r--r-- | eth/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/config.go b/eth/config.go index efbaafb6a..e32c01a73 100644 --- a/eth/config.go +++ b/eth/config.go @@ -122,7 +122,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 |