From 1c78dee6034386acb2aed9343a3f43c5d82ff154 Mon Sep 17 00:00:00 2001 From: yudrywet Date: Sun, 14 Apr 2024 19:52:58 +0800 Subject: [PATCH] cmd: Fix typo in comment Signed-off-by: yudrywet --- cmd/utils/history_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/history_test.go b/cmd/utils/history_test.go index 1d8e48344a2e..b6703c59ed32 100644 --- a/cmd/utils/history_test.go +++ b/cmd/utils/history_test.go @@ -83,7 +83,7 @@ func TestHistoryImportAndExport(t *testing.T) { t.Fatalf("unable to initialize chain: %v", err) } if _, err := chain.InsertChain(blocks); err != nil { - t.Fatalf("error insterting chain: %v", err) + t.Fatalf("error inserting chain: %v", err) } // Make temp directory for era files.