Skip to content

Commit

Permalink
fix typos to run pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
playX18 committed Dec 17, 2024
1 parent 5ce355f commit c1a772b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethexe/observer/src/observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Observer {

/// Clones the `Observer` with resubscribing to blocks.
///
/// Resubscription here is the same as calling provider's `subscibe_blocks`
/// Resubscription here is the same as calling provider's `subscribe_blocks`
/// method from the sense of both approaches will result in receiving only new blocks.
/// All the previous blocks queued in the inner channel of the subscription won't be
/// accessible by the new subscription.
Expand Down
2 changes: 1 addition & 1 deletion ethexe/processor/src/host/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl InstanceWrapper {
maybe_instrumented_code,
);

// Peaces of resulting journal. Hack to avoid single allocation limit.
// Pieces of resulting journal. Hack to avoid single allocation limit.
let ptr_lens: Vec<i64> = self.call("run", arg.encode())?;

let mut journal = Vec::new();
Expand Down

0 comments on commit c1a772b

Please sign in to comment.