Skip to content

Commit 063bfb2

Browse files
authored
Fix typo in comment: "Dissambiguate" -> "Disambiguate" (#529)
1 parent ed45bd7 commit 063bfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/solidity/src/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function overrideRawSignatureValidation(c: ContractBuilder, opts: AccountOptions
198198
c.setFunctionBody(['// Custom validation logic', 'return false;'], signerFunctions._rawSignatureValidation);
199199
}
200200

201-
// Dissambiguate between Signer and AccountERC7579
201+
// Disambiguate between Signer and AccountERC7579
202202
if (opts.signer && opts.ERC7579Modules) {
203203
c.addImportOnly({
204204
name: 'AbstractSigner',

0 commit comments

Comments
 (0)