Skip to content

Commit

Permalink
fix: fix typos (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored Jan 20, 2025
1 parent 60b9923 commit 35d4840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tracing/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ pub enum DecodedTraceStep {
/// Keeps decoded internal call data and an index of the step where the internal call execution
/// ends.
InternalCall(DecodedInternalCall, usize),
/// Arbitrary line reperesenting the step. Might be used for displaying individual opcodes.
/// Arbitrary line representing the step. Might be used for displaying individual opcodes.
Line(String),
}

Expand Down
2 changes: 1 addition & 1 deletion tests/it/geth_js.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn test_geth_jstracer_revert() {

let result = insp.json_result(res, &env, &evm.db).unwrap();

// sucessful operation
// successful operation
assert!(!result["error"].as_bool().unwrap());

// test with reverted operation
Expand Down

0 comments on commit 35d4840

Please sign in to comment.