chore: typos fix by misspell-fixer (#18683)

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Cosmos SDK
2023-12-11 09:10:43 +00:00
committed by GitHub
co-authored by github-merge-queue Julien Robert
parent 8cfdabb2ed
commit e84b19142a
22 changed files with 36 additions and 36 deletions
+4 -4
View File
@@ -1240,21 +1240,21 @@ type GenesisState struct {
// proposals defines all the proposals present at genesis.
Proposals []*Proposal `protobuf:"bytes,4,rep,name=proposals,proto3" json:"proposals,omitempty"`
// Deprecated: Prefer to use `params` instead.
// deposit_params defines all the paramaters of related to deposit.
// deposit_params defines all the parameters of related to deposit.
//
// Deprecated: Do not use.
DepositParams *DepositParams `protobuf:"bytes,5,opt,name=deposit_params,json=depositParams,proto3" json:"deposit_params,omitempty"`
// Deprecated: Prefer to use `params` instead.
// voting_params defines all the paramaters of related to voting.
// voting_params defines all the parameters of related to voting.
//
// Deprecated: Do not use.
VotingParams *VotingParams `protobuf:"bytes,6,opt,name=voting_params,json=votingParams,proto3" json:"voting_params,omitempty"`
// Deprecated: Prefer to use `params` instead.
// tally_params defines all the paramaters of related to tally.
// tally_params defines all the parameters of related to tally.
//
// Deprecated: Do not use.
TallyParams *TallyParams `protobuf:"bytes,7,opt,name=tally_params,json=tallyParams,proto3" json:"tally_params,omitempty"`
// params defines all the paramaters of x/gov module.
// params defines all the parameters of x/gov module.
//
// Since: cosmos-sdk 0.47
Params *Params `protobuf:"bytes,8,opt,name=params,proto3" json:"params,omitempty"`
+1 -1
View File
@@ -9160,7 +9160,7 @@ type QueryParamsResponse struct {
//
// Deprecated: Do not use.
TallyParams *TallyParams `protobuf:"bytes,3,opt,name=tally_params,json=tallyParams,proto3" json:"tally_params,omitempty"`
// params defines all the paramaters of x/gov module.
// params defines all the parameters of x/gov module.
//
// Since: cosmos-sdk 0.47
Params *Params `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"`
+1 -1
View File
@@ -15942,7 +15942,7 @@ type ConsPubKeyRotationHistory struct {
OldConsPubkey *anypb.Any `protobuf:"bytes,2,opt,name=old_cons_pubkey,json=oldConsPubkey,proto3" json:"old_cons_pubkey,omitempty"`
// new_cons_pubkey is the new consensus public key of the validator, as a Protobuf Any.
NewConsPubkey *anypb.Any `protobuf:"bytes,3,opt,name=new_cons_pubkey,json=newConsPubkey,proto3" json:"new_cons_pubkey,omitempty"`
// height defines the block height at which the rotation event occured.
// height defines the block height at which the rotation event occurred.
Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
// fee holds the amount of fee deduced for the rotation.
Fee *v1beta1.Coin `protobuf:"bytes,5,opt,name=fee,proto3" json:"fee,omitempty"`