chore: fix spelling errors (#19308)

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 2024-01-31 13:15:28 +01:00 committed by GitHub
parent c624ace03d
commit c1a6c42dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -9743,7 +9743,7 @@ type Params struct {
//
// Since: x/gov v1.0.0
OptimisticRejectedThreshold string `protobuf:"bytes,19,opt,name=optimistic_rejected_threshold,json=optimisticRejectedThreshold,proto3" json:"optimistic_rejected_threshold,omitempty"`
// yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass.
// yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass.
// Default value: 0 (disabled).
//
// Since: x/gov v1.0.0
@ -9924,7 +9924,7 @@ type MessageBasedParams struct {
VotingPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=voting_period,json=votingPeriod,proto3" json:"voting_period,omitempty"`
// Minimum percentage of total stake needed to vote for a result to be considered valid.
Quorum string `protobuf:"bytes,2,opt,name=quorum,proto3" json:"quorum,omitempty"`
// yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass.
// yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass.
// If zero then the yes_quorum is disabled.
YesQuorum string `protobuf:"bytes,20,opt,name=yes_quorum,json=yesQuorum,proto3" json:"yes_quorum,omitempty"`
// Minimum proportion of Yes votes for proposal to pass.

View File

@ -351,7 +351,7 @@ message Params {
// Since: x/gov v1.0.0
string optimistic_rejected_threshold = 19 [(cosmos_proto.scalar) = "cosmos.Dec"];
// yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass.
// yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass.
// Default value: 0 (disabled).
//
// Since: x/gov v1.0.0
@ -370,7 +370,7 @@ message MessageBasedParams {
// Minimum percentage of total stake needed to vote for a result to be considered valid.
string quorum = 2 [(cosmos_proto.scalar) = "cosmos.Dec"];
// yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass.
// yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass.
// If zero then the yes_quorum is disabled.
string yes_quorum = 20 [(cosmos_proto.scalar) = "cosmos.Dec"];

View File

@ -992,7 +992,7 @@ type Params struct {
//
// Since: x/gov v1.0.0
OptimisticRejectedThreshold string `protobuf:"bytes,19,opt,name=optimistic_rejected_threshold,json=optimisticRejectedThreshold,proto3" json:"optimistic_rejected_threshold,omitempty"`
// yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass.
// yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass.
// Default value: 0 (disabled).
//
// Since: x/gov v1.0.0
@ -1182,7 +1182,7 @@ type MessageBasedParams struct {
VotingPeriod *time.Duration `protobuf:"bytes,1,opt,name=voting_period,json=votingPeriod,proto3,stdduration" json:"voting_period,omitempty"`
// Minimum percentage of total stake needed to vote for a result to be considered valid.
Quorum string `protobuf:"bytes,2,opt,name=quorum,proto3" json:"quorum,omitempty"`
// yes_quorum defines the minimum percentage of Yes votes in quroum for proposal to pass.
// yes_quorum defines the minimum percentage of Yes votes in quorum for proposal to pass.
// If zero then the yes_quorum is disabled.
YesQuorum string `protobuf:"bytes,20,opt,name=yes_quorum,json=yesQuorum,proto3" json:"yes_quorum,omitempty"`
// Minimum proportion of Yes votes for proposal to pass.