diff --git a/crates/ibc/src/context/common.rs b/crates/ibc/src/context/common.rs index a7398c1edb..7f920d8cb3 100644 --- a/crates/ibc/src/context/common.rs +++ b/crates/ibc/src/context/common.rs @@ -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}", ), })?;