From ceb8c0a7eccc25a640f3005369582a9f8ef3cd0e Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Thu, 9 Jan 2025 12:57:37 +0800 Subject: [PATCH] accounts: fix spelling mistakes (#25961) --- accounts/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/manager.go b/accounts/manager.go index a1f3afed2f217..7097cbe543ad7 100644 --- a/accounts/manager.go +++ b/accounts/manager.go @@ -257,7 +257,7 @@ func merge(slice []Wallet, wallets ...Wallet) []Wallet { return slice } -// drop is the couterpart of merge, which looks up wallets from within the sorted +// drop is the counterpart of merge, which looks up wallets from within the sorted // cache and removes the ones specified. func drop(slice []Wallet, wallets ...Wallet) []Wallet { for _, wallet := range wallets {