Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 authored and tzemanovic committed Sep 6, 2024
1 parent 790a4b7 commit fdec09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/src/context/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub trait IbcCommonContext: IbcStorageContext {
.try_into()
.map_err(|_| ClientError::Other {
description: format!(
"Convertsion of the client update time failed: ID \
"Conversion of the client update time failed: ID \
{client_id}",
),
})?;
Expand Down

0 comments on commit fdec09d

Please sign in to comment.