From d5562e7f3277edf795cd149a74c99231e4bcadd8 Mon Sep 17 00:00:00 2001 From: ucwong Date: Tue, 17 Jan 2023 01:45:08 +0800 Subject: [PATCH] cmd/evm/transition-test.sh : typo fix --- 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=