aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorMymskmkt <1847234666@qq.com>2018-09-03 22:52:32 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-09-03 22:52:32 +0800
commite1c64a7d89a7cc6ae8867ee030d3c8ead677c272 (patch)
tree4ad99ed2dab601e63b7ea2b46729371cf6a05985 /params
parent992b77992f5da7c0301c1b4f8203e8f0d3dfb8f4 (diff)
downloaddexon-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar
dexon-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.gz
dexon-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.bz2
dexon-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.lz
dexon-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.xz
dexon-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.zst
dexon-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.zip
params: fix typo (#17552)
Diffstat (limited to 'params')
-rw-r--r--params/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go
index 70a1edead..629720550 100644
--- a/params/config.go
+++ b/params/config.go
@@ -327,7 +327,7 @@ func (err *ConfigCompatError) Error() string {
return fmt.Sprintf("mismatching %s in database (have %d, want %d, rewindto %d)", err.What, err.StoredConfig, err.NewConfig, err.RewindTo)
}
-// Rules wraps ChainConfig and is merely syntatic sugar or can be used for functions
+// Rules wraps ChainConfig and is merely syntactic sugar or can be used for functions
// that do not have or require information about the block.
//
// Rules is a one time interface meaning that it shouldn't be used in between transition