File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ export class BenchFixture {
300300 } ;
301301 break ;
302302 default :
303- throw new Error ( "unreacheable " ) ;
303+ throw new Error ( "unreachable " ) ;
304304 }
305305 const signingScheme =
306306 ( i + Math . floor ( i / 4 ) ) % 2 == 0
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export default {
166166 } ,
167167 } ,
168168 namedAccounts : {
169- // Note: accounts defined by a number refer to the the accounts as configured
169+ // Note: accounts defined by a number refer to the accounts as configured
170170 // by the current network.
171171 deployer : 0 ,
172172 owner : {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const EIP1271_MAGICVALUE = ethers.utils.hexDataSlice(
3030export enum SigningScheme {
3131 /**
3232 * The EIP-712 typed data signing scheme. This is the preferred scheme as it
33- * provides more infomation to wallets performing the signature on the data
33+ * provides more information to wallets performing the signature on the data
3434 * being signed.
3535 *
3636 * <https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#definition-of-domainseparator>
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ library Bytecode {
3333 revert ("Every immutable is expected to have at least a reference entry " );
3434 }
3535
36- // Only interested in the first occurence of the ith immutable reference
36+ // Only interested in the first occurrence of the ith immutable reference
3737 ImmutableReference memory r = jsonImmutables[0 ];
3838 immutables[i] = which.code.slice (r.start, r.length );
3939 }
You can’t perform that action at this time.
0 commit comments