From 53af89e4115a4f9c76ae26d6a50cba93f6d7f005 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 a1f3afed2f21..7097cbe543ad 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 {