Skip to content

Conversation

@flcl42
Copy link
Contributor

@flcl42 flcl42 commented Jan 9, 2026

Changes

  • Fix typos
  • Add pipeline step to check it

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a change that causes existing functionality not to work as expected)
  • Optimization
  • Refactoring
  • Documentation update
  • Build-related changes
  • Other: Description

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes numerous typos across the Nethermind codebase and adds a cspell-based spelling check to the CI pipeline. The PR includes:

  • Correction of method names (e.g., DitributeFundsDistributeFunds, NoitifyAboutTxNotifyAboutTx)
  • Variable name improvements for clarity (e.g., addrsaddresses, pvkeypvKey)
  • Comment and documentation typo fixes throughout the codebase
  • Migration of cspell configuration from src/Nethermind/cspell.json to root-level cspell.json with expanded word list
  • Addition of cspell GitHub Actions workflow step to enforce spelling checks

Reviewed changes

Copilot reviewed 114 out of 114 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/workflows/code-formatting.yml Adds cspell action to CI workflow
cspell.json New root-level spelling configuration with comprehensive word list
src/Nethermind/cspell.json Removed (moved to root)
tools/SendBlobs/*.cs Fixed method name typos (DitributeFundsDistributeFunds)
tools/Kute/README.md Clarified pronunciation notation
src/Nethermind/Nethermind.Xdc*/*.cs Multiple typo fixes in variable names and comments
src/Nethermind/Nethermind.TxPool/*.cs Fixed method name NoitifyAboutTxNotifyAboutTx across interface and implementations
src/Nethermind/Nethermind.Network/*.cs Variable name improvements and typo fixes
src/Nethermind/Nethermind.JsonRpc/*.cs Documentation and comment typo fixes
src/Nethermind/Nethermind.Evm/*.cs Comment corrections and typo fixes
src/Nethermind/Nethermind.Core/*.cs Comment and documentation improvements
Other test and implementation files Consistent typo corrections throughout

@flcl42 flcl42 marked this pull request as ready for review January 9, 2026 16:28
@flcl42 flcl42 force-pushed the fix-typos-2 branch 3 times, most recently from 3b805dc to cf40cdd Compare January 9, 2026 16:36
@flcl42 flcl42 merged commit dc01940 into master Jan 9, 2026
80 checks passed
@flcl42 flcl42 deleted the fix-typos-2 branch January 9, 2026 22:06
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.

5 participants