aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/sol-trace/src/revert_trace_subprovider.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-trace/src/revert_trace_subprovider.ts b/packages/sol-trace/src/revert_trace_subprovider.ts
index 899a92814..ea2b684a5 100644
--- a/packages/sol-trace/src/revert_trace_subprovider.ts
+++ b/packages/sol-trace/src/revert_trace_subprovider.ts
@@ -74,7 +74,7 @@ export class RevertTraceSubprovider extends TraceCollectionSubprovider {
if (_.isUndefined(contractData)) {
const shortenHex = (hex: string) => {
/**
- * Length chooses so that both error messages are of the same length
+ * Length choosen so that both error messages are of the same length
* and it's enough data to figure out which artifact has a problem.
*/
const length = 18;