fix: typos (#25029)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
Gengar
2025-07-29 14:56:39 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 399cc759a9
commit a7678f91f4
10 changed files with 18 additions and 18 deletions
@@ -977,7 +977,7 @@ const (
)
// MultiSignature wraps the signatures from a multisig.LegacyAminoPubKey.
// See cosmos.tx.v1betata1.ModeInfo.Multi for how to specify which signers
// See cosmos.tx.v1beta1.ModeInfo.Multi for how to specify which signers
// signed and with which modes.
type MultiSignature struct {
state protoimpl.MessageState
+1 -1
View File
@@ -7253,7 +7253,7 @@ type Proposal struct {
Title string `protobuf:"bytes,11,opt,name=title,proto3" json:"title,omitempty"`
// summary is a short summary of the proposal
Summary string `protobuf:"bytes,12,opt,name=summary,proto3" json:"summary,omitempty"`
// proposer is the address of the proposal sumbitter
// proposer is the address of the proposal submitter
Proposer string `protobuf:"bytes,13,opt,name=proposer,proto3" json:"proposer,omitempty"`
// expedited defines if the proposal is expedited
Expedited bool `protobuf:"varint,14,opt,name=expedited,proto3" json:"expedited,omitempty"`