Skip to content

fix: Correct typos across documentation and code comments#5387

Merged
aljo242 merged 14 commits intocometbft:mainfrom
maradini77:main
Sep 17, 2025
Merged

fix: Correct typos across documentation and code comments#5387
aljo242 merged 14 commits intocometbft:mainfrom
maradini77:main

Conversation

@maradini77
Copy link
Contributor

## Summary
This PR addresses minor typographical errors found across multiple files in the codebase, improving code clarity and documentation accuracy.

## Changes Made

### Documentation Files
- **`docs/references/architecture/tendermint-core/adr-023-ABCI-propose-tx.md`**
  - Fixed "Additinoally" → "Additionally"

- **`docs/references/architecture/tendermint-core/adr-030-consensus-refactor.md`**
  - Fixed "MeesageUnknown" → "MessageUnknown"

- **`docs/references/config/config.toml.md`**
  - Fixed "receveing" → "receiving"

- **`docs/references/rfc/tendermint-core/rfc-002-ipc-ecosystem.md`**
  - Fixed "difficultly" → "difficulty"

- **`docs/references/rfc/tendermint-core/rfc-008-do-not-panic.md`**
  - Fixed "espically" → "especially"

- **`docs/references/rfc/tendermint-core/rfc-017-abci++-vote-extension-propag.md`**
  - Fixed "snapshop" → "snapshot"

- **`docs/references/storage/README.md`**
  - Fixed "procssed" → "processed"

- **`docs/app-dev/indexing-transactions.md`**
  - Fixed "Recepient" → "Recipient"

### Code Files
- **`crypto/secp256k1/secp256k1.go`**
  - Fixed "marshalls" → "marshals" in comment

- **`types/vote_test.go`**
  - Fixed "remaning" → "remaining" in comment

@aljo242 aljo242 enabled auto-merge (squash) September 17, 2025 18:27
@aljo242 aljo242 merged commit 1cbc539 into cometbft:main Sep 17, 2025
52 of 53 checks passed
mattac21 pushed a commit that referenced this pull request Sep 17, 2025
```markdown
## Summary
This PR addresses minor typographical errors found across multiple files in the codebase, improving code clarity and documentation accuracy.

## Changes Made

### Documentation Files
- **`docs/references/architecture/tendermint-core/adr-023-ABCI-propose-tx.md`**
  - Fixed "Additinoally" → "Additionally"

- **`docs/references/architecture/tendermint-core/adr-030-consensus-refactor.md`**
  - Fixed "MeesageUnknown" → "MessageUnknown"

- **`docs/references/config/config.toml.md`**
  - Fixed "receveing" → "receiving"

- **`docs/references/rfc/tendermint-core/rfc-002-ipc-ecosystem.md`**
  - Fixed "difficultly" → "difficulty"

- **`docs/references/rfc/tendermint-core/rfc-008-do-not-panic.md`**
  - Fixed "espically" → "especially"

- **`docs/references/rfc/tendermint-core/rfc-017-abci++-vote-extension-propag.md`**
  - Fixed "snapshop" → "snapshot"

- **`docs/references/storage/README.md`**
  - Fixed "procssed" → "processed"

- **`docs/app-dev/indexing-transactions.md`**
  - Fixed "Recepient" → "Recipient"

### Code Files
- **`crypto/secp256k1/secp256k1.go`**
  - Fixed "marshalls" → "marshals" in comment

- **`types/vote_test.go`**
  - Fixed "remaning" → "remaining" in comment


```

---------

Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
swift1337 pushed a commit that referenced this pull request Oct 16, 2025
```markdown
## Summary
This PR addresses minor typographical errors found across multiple files in the codebase, improving code clarity and documentation accuracy.

## Changes Made

### Documentation Files
- **`docs/references/architecture/tendermint-core/adr-023-ABCI-propose-tx.md`**
  - Fixed "Additinoally" → "Additionally"

- **`docs/references/architecture/tendermint-core/adr-030-consensus-refactor.md`**
  - Fixed "MeesageUnknown" → "MessageUnknown"

- **`docs/references/config/config.toml.md`**
  - Fixed "receveing" → "receiving"

- **`docs/references/rfc/tendermint-core/rfc-002-ipc-ecosystem.md`**
  - Fixed "difficultly" → "difficulty"

- **`docs/references/rfc/tendermint-core/rfc-008-do-not-panic.md`**
  - Fixed "espically" → "especially"

- **`docs/references/rfc/tendermint-core/rfc-017-abci++-vote-extension-propag.md`**
  - Fixed "snapshop" → "snapshot"

- **`docs/references/storage/README.md`**
  - Fixed "procssed" → "processed"

- **`docs/app-dev/indexing-transactions.md`**
  - Fixed "Recepient" → "Recipient"

### Code Files
- **`crypto/secp256k1/secp256k1.go`**
  - Fixed "marshalls" → "marshals" in comment

- **`types/vote_test.go`**
  - Fixed "remaning" → "remaining" in comment


```

---------

Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants