Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslara committed Aug 18, 2022
1 parent e5d72d6 commit d658fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibc-rate-limit/contracts/rate-limiter/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct InstantiateMsg {
pub paths: Vec<PathMsg>,
}

/// The caller (IBC module) is responsibble for correctly calculating the funds
/// The caller (IBC module) is responsible for correctly calculating the funds
/// being sent through the channel
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "snake_case")]
Expand Down

0 comments on commit d658fdd

Please sign in to comment.