From b7710772efbd8a2583214a2d67fb5dc4533acd97 Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:09:43 +0200 Subject: [PATCH] docs: fix typos in documentation files (#25055) --- proto/cosmos/gov/v1/genesis.proto | 8 ++++---- proto/cosmos/msg/textual/v1/textual.proto | 2 +- proto/cosmos/staking/v1beta1/staking.proto | 4 ++-- proto/cosmos/tx/v1beta1/tx.proto | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/proto/cosmos/gov/v1/genesis.proto b/proto/cosmos/gov/v1/genesis.proto index b45898d170..2e7a3f0304 100644 --- a/proto/cosmos/gov/v1/genesis.proto +++ b/proto/cosmos/gov/v1/genesis.proto @@ -18,15 +18,15 @@ message GenesisState { // proposals defines all the proposals present at genesis. repeated Proposal proposals = 4; // 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. DepositParams deposit_params = 5 [deprecated = true]; // 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. VotingParams voting_params = 6 [deprecated = true]; // 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. TallyParams tally_params = 7 [deprecated = true]; - // params defines all the paramaters of x/gov module. + // params defines all the parameters of x/gov module. Params params = 8 [(cosmos_proto.field_added_in) = "cosmos-sdk 0.47"]; // The constitution allows builders to lay a foundation and define purpose. // This is an immutable string set in genesis. diff --git a/proto/cosmos/msg/textual/v1/textual.proto b/proto/cosmos/msg/textual/v1/textual.proto index 4f8cd141b0..63f71d5b66 100644 --- a/proto/cosmos/msg/textual/v1/textual.proto +++ b/proto/cosmos/msg/textual/v1/textual.proto @@ -9,7 +9,7 @@ extend google.protobuf.MessageOptions { // 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. // diff --git a/proto/cosmos/staking/v1beta1/staking.proto b/proto/cosmos/staking/v1beta1/staking.proto index 0625e3c9d5..a7f6ba686e 100644 --- a/proto/cosmos/staking/v1beta1/staking.proto +++ b/proto/cosmos/staking/v1beta1/staking.proto @@ -131,7 +131,7 @@ message Validator { // strictly positive if this validator's unbonding has been stopped by external modules int64 unbonding_on_hold_ref_count = 12; - // list of unbonding ids, each uniquely identifing an unbonding of this validator + // list of unbonding ids, each uniquely identifying an unbonding of this validator repeated uint64 unbonding_ids = 13; } @@ -376,7 +376,7 @@ message Pool { ]; } -// Infraction indicates the infraction a validator commited. +// Infraction indicates the infraction a validator committed. enum Infraction { // UNSPECIFIED defines an empty infraction. INFRACTION_UNSPECIFIED = 0; diff --git a/proto/cosmos/tx/v1beta1/tx.proto b/proto/cosmos/tx/v1beta1/tx.proto index 64dcf02bed..4beef8315e 100644 --- a/proto/cosmos/tx/v1beta1/tx.proto +++ b/proto/cosmos/tx/v1beta1/tx.proto @@ -88,7 +88,7 @@ message SignDocDirectAux { // sequence is the sequence number of the signing account. uint64 sequence = 5; - // tips have been depreacted and should not be used + // tips have been deprecated and should not be used Tip tip = 6 [deprecated = true]; } @@ -220,7 +220,7 @@ message ModeInfo { // Fee includes the amount of coins paid in fees and the maximum // gas to be used by the transaction. The ratio yields an effective "gasprice", -// which must be above some miminum to be accepted into the mempool. +// which must be above some mininum to be accepted into the mempool. message Fee { // amount is the amount of coins to be paid as a fee repeated cosmos.base.v1beta1.Coin amount = 1 [