diff --git a/cmd/evm/transition-test.sh b/cmd/evm/transition-test.sh index 2dac61d96..a2ea53418 100644 --- a/cmd/evm/transition-test.sh +++ b/cmd/evm/transition-test.sh @@ -476,7 +476,7 @@ type Txs []string #### `clique` -The `clique` object provides the neccesary information to complete a clique +The `clique` object provides the necessary information to complete a clique seal of the block. ```go=