From 12293f0f07e653c339d7a032e0c10ebabcafeabf Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 29 Mar 2022 18:42:08 -0400 Subject: [PATCH] update typos --- config/toml.go | 2 +- proto/tendermint/types/params.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/toml.go b/config/toml.go index 7ed1aaabf..6d8a1a4f4 100644 --- a/config/toml.go +++ b/config/toml.go @@ -486,7 +486,7 @@ peer-query-maj23-sleep-duration = "{{ .Consensus.PeerQueryMaj23SleepDuration }}" # This field provides an unsafe override of the Vote timeout consensus parameter. # This field configures how long the consensus engine will wait after -# receiving +2/3 votes in a around. +# receiving +2/3 votes in a round. # If this field is set to a value greater than 0, it will take effect. # unsafe-vote-timeout-override = {{ .Consensus.UnsafeVoteTimeoutOverride }} diff --git a/proto/tendermint/types/params.proto b/proto/tendermint/types/params.proto index dcb4d11ba..466ba464f 100644 --- a/proto/tendermint/types/params.proto +++ b/proto/tendermint/types/params.proto @@ -75,7 +75,7 @@ message HashedParams { // see the specification of proposer-based timestamps: // https://github.com/tendermint/tendermint/tree/master/spec/consensus/proposer-based-timestamp message SynchronyParams { - // message_delay bounds how long a proposal message may take to reach all validators on a newtork + // message_delay bounds how long a proposal message may take to reach all validators on a network // and still be considered valid. google.protobuf.Duration message_delay = 1 [(gogoproto.stdduration) = true]; // precision bounds how skewed a proposer's clock may be from any validator