From f2758a8dac7f0e2c54133274dc78279ce7dc32e9 Mon Sep 17 00:00:00 2001 From: ucwong Date: Mon, 16 Jan 2023 12:14:21 -0600 Subject: [PATCH] cmd/evm: typo fix in docs (#26506) --- cmd/evm/transition-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/evm/transition-test.sh b/cmd/evm/transition-test.sh index 2dac61d9669e..a2ea5341892c 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=