Fix typos in comments and docs#22895
Conversation
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR performs mechanical typo fixes across unit/instrumentation test names, Java/Kotlin comments/JavaDoc, and a README, without altering runtime behavior.
Changes:
- Corrected spelling/grammar in multiple Kotlin backticked test names (e.g.,
doesn't,successfully,return). - Fixed typos in user-facing developer text (JavaDoc/comments) and internal assertion message text.
- Corrected a documentation typo in
libs/mocks/README.md.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| WordPress/src/test/java/org/wordpress/android/util/SiteUtilsTest.kt | Typo fix in a backticked test name (doesn't). |
| WordPress/src/test/java/org/wordpress/android/ui/deeplinks/DeepLinkUriUtilsTest.kt | Typo fix in a backticked test name (doesn't). |
| WordPress/src/test/java/org/wordpress/android/resolver/ResolverUtilityTest.kt | Typo fix in a backticked test name (successfully). |
| WordPress/src/main/java/org/wordpress/android/viewmodel/pages/PagesViewModel.kt | Fixed typo in a checkNotNull message string (uninitialized). |
| WordPress/src/main/java/org/wordpress/android/ui/prefs/notifications/NotificationsSettingsFragment.java | Fixed typo in an inline comment (overridden). |
| WordPress/src/main/java/org/wordpress/android/ui/JetpackConnectionResultActivity.java | Fixed typo in JavaDoc (successful). |
| libs/mocks/README.md | Fixed typo in README text (specific). |
| libs/fluxc/src/test/java/org/wordpress/android/fluxc/store/stats/time/ReferrersStoreTest.kt | Typo fix in a backticked test name (doesn't). |
| libs/fluxc/src/test/java/org/wordpress/android/fluxc/network/rest/wpcom/site/SiteRestClientTest.kt | Typo fix in a backticked test name (return). |
| libs/editor/src/main/java/org/wordpress/android/editor/gutenberg/GutenbergEditorFragment.java | Fixed typo in a UI comment (the). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
|
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #22895 +/- ##
=======================================
Coverage 37.32% 37.32%
=======================================
Files 2320 2320
Lines 124578 124578
Branches 16926 16926
=======================================
Hits 46498 46498
Misses 74319 74319
Partials 3761 3761 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|


Description
Mechanical typo fixes in code comments, JavaDoc, a README, and a few backticked test names.
No behavior changes.
Each commit fixes typos in a single file so the diff can be reviewed file-by-file.
Testing
Posted by Claude (Opus 4.7) on behalf of @mokagio with approval.