From 3e724bedc2b233423bf04952db11bbf905a4f9c9 Mon Sep 17 00:00:00 2001 From: Kaku <105181329+kakucodes@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:53:29 -0500 Subject: [PATCH] fixed spelling errors in 2 files --- cspell-custom-words.txt | 1 + scripts/sort-cspell-custom-words.sh | 6 ------ ...metbft-by-bumping-to-latest-cosmos-sdk-upstream-v0-45.md | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 scripts/sort-cspell-custom-words.sh diff --git a/cspell-custom-words.txt b/cspell-custom-words.txt index b2511350ea..c8410ef40a 100644 --- a/cspell-custom-words.txt +++ b/cspell-custom-words.txt @@ -171,6 +171,7 @@ structs subdenom Subdenoms subdenoms +submessage supermajority superminority Tendermint diff --git a/scripts/sort-cspell-custom-words.sh b/scripts/sort-cspell-custom-words.sh deleted file mode 100644 index dd81f05086..0000000000 --- a/scripts/sort-cspell-custom-words.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -# This script sorts the custom words in cspell-custom-words.txt alphabetically -# and includes duplicate words. -# -# Note: Run this script from the root of the project. -sort cspell-custom-words.txt -o cspell-custom-words.txt -f \ No newline at end of file diff --git a/wormchain/docs/architecture/0004-tendermint-core-will-be-migrated-to-cometbft-by-bumping-to-latest-cosmos-sdk-upstream-v0-45.md b/wormchain/docs/architecture/0004-tendermint-core-will-be-migrated-to-cometbft-by-bumping-to-latest-cosmos-sdk-upstream-v0-45.md index 7f7f432665..90db868eb6 100644 --- a/wormchain/docs/architecture/0004-tendermint-core-will-be-migrated-to-cometbft-by-bumping-to-latest-cosmos-sdk-upstream-v0-45.md +++ b/wormchain/docs/architecture/0004-tendermint-core-will-be-migrated-to-cometbft-by-bumping-to-latest-cosmos-sdk-upstream-v0-45.md @@ -14,7 +14,7 @@ This version of the Cosmos SDK was released before the fork of Tendermint Core a To facilitate a more modern usage of the Cosmos SDK, projects should move away from Tendermint Core to CometBFT, as it is more up-to-date, maintained and provides security and bug fixes. -The Cosmos SDK team slowly rolled out migrations from Tendermint Core to CometBFT in the Comsos SDK repo, and this migration was implemented in the v0.45 line in release [v0.45.15](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.15). +The Cosmos SDK team slowly rolled out migrations from Tendermint Core to CometBFT in the Cosmos SDK repo, and this migration was implemented in the v0.45 line in release [v0.45.15](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.15). ## Decision