Skip to content

Commit 2dfb1cf

Browse files
committed
accounts: fix typos (ethereum#28881)
1 parent 0a0784d commit 2dfb1cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

accounts/abi/abi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
// The ABI holds information about a contract's context and available
32-
// invokable methods. It will allow you to type check function calls and
32+
// invocable methods. It will allow you to type check function calls and
3333
// packs data accordingly.
3434
type ABI struct {
3535
Constructor Method

accounts/scwallet/hub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func (hub *Hub) refreshWallets() {
241241
card.Disconnect(pcsc.LeaveCard)
242242
continue
243243
}
244-
// Card connected, start tracking in amongs the wallets
244+
// Card connected, start tracking among the wallets
245245
hub.wallets[reader] = wallet
246246
events = append(events, accounts.WalletEvent{Wallet: wallet, Kind: accounts.WalletArrived})
247247
}

0 commit comments

Comments
 (0)