diff --git a/triedb/pathdb/history_index_block_test.go b/triedb/pathdb/history_index_block_test.go index c251cea2ec..e6fb8e5a61 100644 --- a/triedb/pathdb/history_index_block_test.go +++ b/triedb/pathdb/history_index_block_test.go @@ -138,7 +138,7 @@ func TestBlockWriterDelete(t *testing.T) { } newMax := uint64(i - 1) if bw.desc.max != newMax { - t.Fatalf("Maxmium element is not matched, want: %d, got: %d", newMax, bw.desc.max) + t.Fatalf("Maximum element is not matched, want: %d, got: %d", newMax, bw.desc.max) } } }