Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo: "commitee" -> "committee" across codebase #488

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Daulox92
Copy link

@Daulox92 Daulox92 commented Jan 9, 2025

Fix typo: "commitee" -> "committee" across codebase

Fixed misspelling of "committee" (was missing 't') in several files:

ethereum/consensus-core/src/consensus_core.rs:

  • sync_commitee_size() -> sync_committee_size()
  • epochs_per_sync_commitee_period() -> epochs_per_sync_committee_period()

ethereum/src/consensus.rs:

  • sync_commitee_size() -> sync_committee_size()

The word "committee" was consistently misspelled throughout the codebase. This PR fixes the spelling to use the correct English word "committee" with two 't's. This improves code readability and maintains proper terminology without any functional changes.

Testing: No functional changes - pure spelling correction that doesn't affect logic or behavior.

@ncitron
Copy link
Collaborator

ncitron commented Jan 13, 2025

This PR breaks Helios. Please ensure that Helios can compile (including tests).

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