Skip to content

Commit 3705acd

Browse files
authored
cmd/utils: fix typo in comment (#29528)
1 parent b179b7b commit 3705acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/history_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func TestHistoryImportAndExport(t *testing.T) {
8383
t.Fatalf("unable to initialize chain: %v", err)
8484
}
8585
if _, err := chain.InsertChain(blocks); err != nil {
86-
t.Fatalf("error insterting chain: %v", err)
86+
t.Fatalf("error inserting chain: %v", err)
8787
}
8888

8989
// Make temp directory for era files.

0 commit comments

Comments
 (0)