chore: typos fixes by cosmos-sdk bot (#18689)

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
Cosmos SDK
2023-12-11 13:03:19 +00:00
committed by GitHub
co-authored by github-merge-queue Julien Robert marbar3778
parent 39865d852f
commit 8f0d5b15f0
113 changed files with 195 additions and 202 deletions
+2 -2
View File
@@ -1130,7 +1130,7 @@ type EventGrant struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Msg type URL for which an autorization is granted
// Msg type URL for which an authorization is granted
MsgTypeUrl string `protobuf:"bytes,2,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
// Granter account address
Granter string `protobuf:"bytes,3,opt,name=granter,proto3" json:"granter,omitempty"`
@@ -1185,7 +1185,7 @@ type EventRevoke struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Msg type URL for which an autorization is revoked
// Msg type URL for which an authorization is revoked
MsgTypeUrl string `protobuf:"bytes,2,opt,name=msg_type_url,json=msgTypeUrl,proto3" json:"msg_type_url,omitempty"`
// Granter account address
Granter string `protobuf:"bytes,3,opt,name=granter,proto3" json:"granter,omitempty"`
@@ -12271,7 +12271,7 @@ type AppDescriptor struct {
Codec *CodecDescriptor `protobuf:"bytes,3,opt,name=codec,proto3" json:"codec,omitempty"`
// configuration provides metadata information regarding the sdk.Config type
Configuration *ConfigurationDescriptor `protobuf:"bytes,4,opt,name=configuration,proto3" json:"configuration,omitempty"`
// query_services provides metadata information regarding the available queriable endpoints
// query_services provides metadata information regarding the available queryable endpoints
QueryServices *QueryServicesDescriptor `protobuf:"bytes,5,opt,name=query_services,json=queryServices,proto3" json:"query_services,omitempty"`
// tx provides metadata information regarding how to send transactions to the given application
Tx *TxDescriptor `protobuf:"bytes,6,opt,name=tx,proto3" json:"tx,omitempty"`
@@ -13171,7 +13171,7 @@ func (x *GetTxDescriptorResponse) GetTx() *TxDescriptor {
return nil
}
// QueryServicesDescriptor contains the list of cosmos-sdk queriable services
// QueryServicesDescriptor contains the list of cosmos-sdk queryable services
type QueryServicesDescriptor struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
+1 -1
View File
@@ -38,7 +38,7 @@ var (
// algorithm used to generate the custom textual representation of the
// protobuf message where this annotation is applied. We recommend to use a
// short, versioned name as this identifier, e.g. "replace_with_username_v1".
// We also recommand providing a human-readable description as protobuf
// We also recommend providing a human-readable description as protobuf
// comments on this annotation, for example a short specification or a link
// to the relevant documentation.
//
+1 -1
View File
@@ -14953,7 +14953,7 @@ type Validator struct {
MinSelfDelegation string `protobuf:"bytes,11,opt,name=min_self_delegation,json=minSelfDelegation,proto3" json:"min_self_delegation,omitempty"`
// strictly positive if this validator's unbonding has been stopped by external modules
UnbondingOnHoldRefCount int64 `protobuf:"varint,12,opt,name=unbonding_on_hold_ref_count,json=unbondingOnHoldRefCount,proto3" json:"unbonding_on_hold_ref_count,omitempty"`
// list of unbonding ids, each uniquely identifing an unbonding of this validator
// list of unbonding ids, each uniquely identifying an unbonding of this validator
UnbondingIds []uint64 `protobuf:"varint,13,rep,packed,name=unbonding_ids,json=unbondingIds,proto3" json:"unbonding_ids,omitempty"`
}
+1 -1
View File
@@ -33273,7 +33273,7 @@ type ResponseFinalizeBlock struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// set of block events emmitted as part of executing the block
// set of block events emitted as part of executing the block
Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
// the result of executing each transaction including the events
// the particular transction emitted. This should match the order
+1 -1
View File
@@ -2919,7 +2919,7 @@ func (x *DominoOp) GetOutput() string {
}
// ProofOp defines an operation used for calculating Merkle root
// The data could be arbitrary format, providing nessecary data
// The data could be arbitrary format, providing necessary data
// for example neighbouring node hash
type ProofOp struct {
state protoimpl.MessageState