diff options
-rw-r--r-- | packages/sol-tracing-utils/src/trace_info_subprovider.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-tracing-utils/src/trace_info_subprovider.ts b/packages/sol-tracing-utils/src/trace_info_subprovider.ts index 698867056..dc42ce25e 100644 --- a/packages/sol-tracing-utils/src/trace_info_subprovider.ts +++ b/packages/sol-tracing-utils/src/trace_info_subprovider.ts @@ -18,7 +18,7 @@ export abstract class TraceInfoSubprovider extends TraceCollectionSubprovider { if (nodeType === NodeType.Geth) { // For very large traces we use a custom tracer that outputs a format compatible with a // regular trace. We only need the 2nd item on the stack when the instruction is a call. - // By not including othe stack values, we severly limit the amount of data to be collectd. + // By not including other stack values, we drastically limit the amount of data to be collected. const tracer = ` { data: [], |