all: fix typos in comments (#28881)

This commit is contained in:
Dimitris Apostolou
2024-02-05 22:16:32 +01:00
committed by GitHub
parent 8ec638dc5e
commit 8fd43c8013
27 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import (
)
// The ABI holds information about a contract's context and available
// invokable methods. It will allow you to type check function calls and
// invocable methods. It will allow you to type check function calls and
// packs data accordingly.
type ABI struct {
Constructor Method
+1 -1
View File
@@ -241,7 +241,7 @@ func (hub *Hub) refreshWallets() {
card.Disconnect(pcsc.LeaveCard)
continue
}
// Card connected, start tracking in amongs the wallets
// Card connected, start tracking among the wallets
hub.wallets[reader] = wallet
events = append(events, accounts.WalletEvent{Wallet: wallet, Kind: accounts.WalletArrived})
}