From f2b516af2216b891e6c76e0503df88b41175186d 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=