Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Apr 4, 2023
1 parent 1c70951 commit b5d005a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ pub enum Error {
ApiClient(ApiClientError),
#[error("Could not retrieve Header from node")]
MissingBlock,
#[error("Confirmed Block Number ({0:?}) exeeds expected one ({0:?})")]
ConfirmedBlockNumeberTooHigh(BlockNumber, BlockNumber),
#[error("Confirmed Block Number ({0:?}) exceeds expected one ({0:?})")]
ConfirmedBlockNumberTooHigh(BlockNumber, BlockNumber),
#[error("Confirmed Block Hash ({0:?}) does not match expected one ({0:?})")]
ConfirmedBlockHashDoesNotMatchExpected(BlockHash, BlockHash),
}
Expand Down

0 comments on commit b5d005a

Please sign in to comment.