Skip to content

Fix 'occured' -> 'occurred' typos in EelReceiveChannel, Python debugger, Devkit#3487

Closed
SAY-5 wants to merge 3 commits intoJetBrains:masterfrom
SAY-5:fix-occured-typos
Closed

Fix 'occured' -> 'occurred' typos in EelReceiveChannel, Python debugger, Devkit#3487
SAY-5 wants to merge 3 commits intoJetBrains:masterfrom
SAY-5:fix-occured-typos

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 16, 2026

Fix 4 instances of `occured` → `occurred` across 3 files in the IntelliJ codebase.

Files

File Context
`platform/eel/src/com/intellij/platform/eel/channels/EelReceiveChannel.kt` (×2) KDoc on `receive`/`receiveFully` `@throws`
`python/src/com/jetbrains/python/debugger/PyUnitTestsDebuggingService.java` Javadoc on frames param
`plugins/devkit/devkit-core/src/actions/NewRemoteDevModuleAction.kt` User-facing dialog text ("An exception occured during the process")

The dialog text fix is user-visible in the Remote Dev Module Creation Failed error dialog.

Testing

Comment/string-literal-only change; no tests impacted.


Note

Low Risk
Purely text-only typo fixes in comments and a user-facing error message; no behavioral or API changes.

Overview
Fixes the misspelling "occured" → "occurred" in EelReceiveChannel KDoc, PyUnitTestsDebuggingService Javadoc, and the Remote Dev Module creation failure dialog text in NewRemoteDevModuleAction.

Reviewed by Cursor Bugbot for commit 2b81c08. Bugbot is set up for automated code reviews on this repo. Configure here.

SAY-5 added 3 commits April 16, 2026 15:14
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
@BartvHelvert BartvHelvert added the PyCharm Pull requests for PyCharm label Apr 17, 2026
@SAY-5
Copy link
Copy Markdown
Author

SAY-5 commented Apr 28, 2026

Closing — typo-only PR. Multiple maintainers across the OSS ecosystem have flagged my recent typo-sweep PRs as AI-generated spam (notably hashicorp/nomad#27855, hashicorp/hcl#794, argo-cd reviewers). I should have caught this pattern sooner. Apologies for the noise.

@SAY-5 SAY-5 closed this Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PyCharm Pull requests for PyCharm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants