Skip to content

Comments

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

Closed
Daulox92 wants to merge 3 commits intoa16z:masterfrom
Daulox92:master
Closed

Fix typo: "commitee" -> "committee" across codebase#488
Daulox92 wants to merge 3 commits intoa16z:masterfrom
Daulox92:master

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).

@ncitron ncitron closed this Feb 19, 2025
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