From e608a792fdecf5c52e855047c05e67a6deeafc73 Mon Sep 17 00:00:00 2001 From: purelualight Date: Thu, 23 Apr 2026 00:59:23 +0800 Subject: [PATCH] accounts/abi: fix typo Signed-off-by: purelualight --- accounts/abi/bind/v2/dep_tree_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/bind/v2/dep_tree_test.go b/accounts/abi/bind/v2/dep_tree_test.go index b2470d8a16..8c2510d7a8 100644 --- a/accounts/abi/bind/v2/dep_tree_test.go +++ b/accounts/abi/bind/v2/dep_tree_test.go @@ -329,7 +329,7 @@ func TestContractLinking(t *testing.T) { map[rune]struct{}{}, }, // two contracts ('a' and 'f') share some dependencies. contract 'a' is marked as an override. expect that any of - // its depdencies that aren't shared with 'f' are not deployed. + // its dependencies that aren't shared with 'f' are not deployed. linkTestCaseInput{map[rune][]rune{ 'a': {'b', 'c', 'd', 'e'}, 'f': {'g', 'c', 'd', 'h'}},