Skip to content

fix: correct typos in comments, docs, and string literals across codebase#3055

Merged
He-Pin merged 2 commits into
mainfrom
fix/typos-in-code-and-docs
Jun 11, 2026
Merged

fix: correct typos in comments, docs, and string literals across codebase#3055
He-Pin merged 2 commits into
mainfrom
fix/typos-in-code-and-docs

Conversation

@He-Pin

@He-Pin He-Pin commented Jun 10, 2026

Copy link
Copy Markdown
Member

Motivation

Multiple duplicated words ("the the", "be be", "with with", "for for", etc.) and a misspelling ("propagagate") scattered across source code comments, documentation, and log message strings.

Modification

  • Remove duplicated words in comments, scaladoc, and string literals across 43 files (54 occurrences total)
  • Fix "propagagate" → "propagate" in GraphUnzipWithSpec test name
  • Fix "to to" → "to do" in ShardCoordinator scaladoc

Result

Cleaner documentation and comments with no duplicated words or misspellings.

Tests

  • Not run - docs/comments only

References

None - typo cleanup

He-Pin added 2 commits June 11, 2026 02:42
…base

Motivation:
Multiple duplicated words ('the the', 'be be', 'with with', 'for for', etc.)
and a misspelling ('propagagate') scattered across source code comments,
documentation, and log message strings.

Modification:
- Remove duplicated words in comments, scaladoc, and string literals
  across 43 files (54 occurrences total)
- Fix 'propagagate' → 'propagate' in GraphUnzipWithSpec test name
- Fix 'to to' → 'to do' in ShardCoordinator scaladoc

Result:
Cleaner documentation and comments with no duplicated words or misspellings.

Tests:
- Not run - docs/comments only

References:
None - typo cleanup
Tests:
- Not run - formatting only

References:
Part of typo fix cleanup
@He-Pin He-Pin marked this pull request as draft June 10, 2026 18:46
@He-Pin He-Pin marked this pull request as ready for review June 10, 2026 18:47

@pjfanning pjfanning left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@He-Pin He-Pin merged commit bf96f5a into main Jun 11, 2026
9 checks passed
@He-Pin He-Pin deleted the fix/typos-in-code-and-docs branch June 11, 2026 03:53
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