From e52ef27a8fc5819cf7edd12af0a2f2d1a0246b26 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Tue, 14 Jan 2025 10:56:14 +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 {