Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quasystaty1 committed Jan 17, 2025
1 parent b866c5e commit c6043bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/relayer/src/chain/cosmos/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub struct CosmosSdkConfig {
pub max_gas: Option<u64>,

// This field is only meant to be set via the `update client` command,
// for when we need to ugprade a client across a genesis restart and
// for when we need to upgrade a client across a genesis restart and
// therefore need and archive node to fetch blocks from.
pub genesis_restart: Option<GenesisRestart>,

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-005-relayer-v0-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Accepted
[comment](https://github.com/informalsystems/hermes/pull/449#issuecomment-750248113)
provides additional insights into development-time relayer `v0.1` environment.

- __Mock__: Has been removed after splittin the ibc-rs repository
- __Mock__: Has been removed after splitting the ibc-rs repository



Expand Down
2 changes: 1 addition & 1 deletion docs/spec/relayer/Definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ CreateUpdateClientDatagrams(shs []SignedHeader) IBCDatagram[]
// Submit given datagram to a given chain
Submit(chain Chain, datagram IBCDatagram) Error

// Return the correspondin chain for a given chainID
// Return the corresponding chain for a given chainID
// We assume that the relayer maintains a map of known chainIDs and the corresponding chains.
GetChain(chainID String) Chain
```
Expand Down

0 comments on commit c6043bb

Please sign in to comment.