Skip to content

Commit

Permalink
fix lastest (#5598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frierened authored Jan 15, 2024
1 parent 19564a4 commit dd5b172
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/01-ibc/10-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /ibc/roadmap

# Roadmap ibc-go

*Lastest update: December 4th, 2023*
*Latest update: December 4th, 2023*

This document endeavours to inform the wider IBC community about plans and priorities for work on ibc-go by the team at Interchain GmbH. It is intended to broadly inform all users of ibc-go, including developers and operators of IBC, relayer, chain and wallet applications.

Expand Down
2 changes: 1 addition & 1 deletion modules/light-clients/07-tendermint/tendermint.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/ibc/lightclients/tendermint/v1/tendermint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ message ClientState {

string chain_id = 1;
Fraction trust_level = 2 [(gogoproto.nullable) = false];
// duration of the period since the LastestTimestamp during which the
// duration of the period since the LatestTimestamp during which the
// submitted headers are valid for upgrade
google.protobuf.Duration trusting_period = 3 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true];
// duration of the staking unbonding period
Expand Down
2 changes: 1 addition & 1 deletion testing/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func NewDefaultEndpoint(chain *TestChain) *Endpoint {
}
}

// QueryProof queries proof associated with this endpoint using the lastest client state
// QueryProof queries proof associated with this endpoint using the latest client state
// height on the counterparty chain.
func (endpoint *Endpoint) QueryProof(key []byte) ([]byte, clienttypes.Height) {
// obtain the counterparty client representing the chain associated with the endpoint
Expand Down

0 comments on commit dd5b172

Please sign in to comment.