Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling #4001

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -56,7 +56,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
Loading