He-Pin opened a new pull request, #3055:
URL: https://github.com/apache/pekko/pull/3055
### 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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]