diff --git a/e2e/chain_upgrade_test.go b/e2e/chain_upgrade_test.go index 7886491d8..5fc4a7391 100644 --- a/e2e/chain_upgrade_test.go +++ b/e2e/chain_upgrade_test.go @@ -112,7 +112,7 @@ func submitUpgradeProposalAndVote(t *testing.T, ctx context.Context, stargazeCha } proposal, err := stargazeChain.BuildProposal([]cosmos.ProtoMessage{&proposalMsg}, "Test Upgrade", - "Every PR we preform an upgrade check to ensure nothing breaks", + "Every PR we perform an upgrade check to ensure nothing breaks", "metadata", "10000000000"+stargazeChain.Config().Denom, chainUser.KeyName(), diff --git a/e2e/packet_forward_test.go b/e2e/packet_forward_test.go index 2347512e5..02fb36f20 100644 --- a/e2e/packet_forward_test.go +++ b/e2e/packet_forward_test.go @@ -177,7 +177,7 @@ func TestPacketForwardMiddleware(t *testing.T) { func() { err := r.StopRelayer(ctx, eRep) if err != nil { - t.Logf("an error occured while stopping the relayer: %s", err) + t.Logf("an error occurred while stopping the relayer: %s", err) } }, ) diff --git a/x/globalfee/spec/README.md b/x/globalfee/spec/README.md index 78079ea45..2ab2b0361 100644 --- a/x/globalfee/spec/README.md +++ b/x/globalfee/spec/README.md @@ -23,7 +23,7 @@ Between the minimum-gas-prices set by the validator and the MinimumGasPrices con x/globalfee module implements a way for the network to set a few operations on specific cosmwasm contracts which can use zero gas fees (irrespective of validator configuration or MinimumGasPrices value). -The transaction benefits from zero gas fee operations only when all the msgs in the tranaction have been authorized. Else, typical fee has to be paid for the transaction. +The transaction benefits from zero gas fee operations only when all the msgs in the transaction have been authorized. Else, typical fee has to be paid for the transaction. This configuration of code/contract authorizations can be updated either via on-chain governance or via whitelisted addresses.