Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba authored and SuperFluffy committed Feb 4, 2025
1 parent c720931 commit 4ea3300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/astria-conductor/src/conductor/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ mod tests {
}

#[test]
fn should_restart_despire_error() {
fn should_restart_despite_error() {
let tonic_error: Result<&str, tonic::Status> =
Err(tonic::Status::new(tonic::Code::PermissionDenied, "error"));
let err = tonic_error.wrap_err("wrapper_1");
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-conductor/src/executor/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ impl State {

/// Maps a rollup height to a sequencer height.
///
/// Returns `None` if `sequencer_start_height + (rollup_number - rollup_start_height)`
/// Returns error if `sequencer_start_height + (rollup_number - rollup_start_height)`
/// overflows `u32::MAX`.
fn map_rollup_number_to_sequencer_height(
sequencer_start_height: u64,
Expand Down

0 comments on commit 4ea3300

Please sign in to comment.