Skip to content
Open
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 proto/mars/envoy/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ message MsgSendFunds {
];
}

// MsgSendFundsResponse is the respones type for the Msg/SendFunds RPC method.
// MsgSendFundsResponse is the response type for the Msg/SendFunds RPC method.
message MsgSendFundsResponse {}

//------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion x/envoy/types/tx.pb.go

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

4 changes: 2 additions & 2 deletions x/gov/types/vesting.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type InstantiateMsg struct {

// ExecuteMsg corresponding to the Rust enum `mars_vesting::msg::ExecuteMsg`
//
// NOTE: For covenience, we don't include other enum variants, as they are not
// NOTE: For convenience, we don't include other enum variants, as they are not
// needed here.
type ExecuteMsg struct {
CreatePosition *CreatePosition `json:"create_position,omitempty"`
Expand All @@ -35,7 +35,7 @@ type Withdraw struct{}

// QueryMsg corresponding to the Rust enum `mars_vesting::msg::QueryMsg`
//
// NOTE: For covenience, we don't include other enum variants, as they are not
// NOTE: For convenience, we don't include other enum variants, as they are not
// needed here.
type QueryMsg struct {
VotingPower *VotingPowerQuery `json:"voting_power,omitempty"`
Expand Down