Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: fix typo in errors.ts (#3268)
Browse files Browse the repository at this point in the history
occuring -> occurring
  • Loading branch information
eltociear committed Jun 23, 2022
1 parent 924034f commit 334405b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/ethereum/utils/src/errors/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export const INTRINSIC_GAS_TOO_LOW = "intrinsic gas too low";
export const GAS_LIMIT = "exceeds block gas limit";

/**
* Prefix for a single VM Exception occuring when running a transaction or block
* Prefix for a single VM Exception occurring when running a transaction or block
*/
export const VM_EXCEPTION = "VM Exception while processing transaction: ";

/**
* Prefix for multiple VM Exceptions occuring when running transactions or a block
* Prefix for multiple VM Exceptions occurring when running transactions or a block
*/
export const VM_EXCEPTIONS =
"Multiple VM Exceptions while processing transactions: : \n\n";
Expand Down

0 comments on commit 334405b

Please sign in to comment.