From 79ad23dc4915be9c26544a914351df792c0a5f08 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Tue, 18 Nov 2025 11:33:44 +0700 Subject: [PATCH] Fix typos in some files --- accounts/abi/abifuzzer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/abifuzzer_test.go b/accounts/abi/abifuzzer_test.go index dbf6ab6c54..113ce58f5e 100644 --- a/accounts/abi/abifuzzer_test.go +++ b/accounts/abi/abifuzzer_test.go @@ -25,7 +25,7 @@ import ( fuzz "github.com/google/gofuzz" ) -// TestReplicate can be used to replicate crashers from the fuzzing tests. +// TestReplicate can be used to replicate crashes from the fuzzing tests. // Just replace testString with the data in .quoted func TestReplicate(t *testing.T) { t.Parallel()