accounts: fix spelling mistakes (#25961)

This commit is contained in:
Daniel Liu 2025-01-14 10:56:14 +08:00
parent 80f3eaac01
commit 669b5e081d

View file

@ -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 {