Skip to content

Fix 'occured' -> 'occurred' typos in 3 files#9347

Closed
SAY-5 wants to merge 1 commit into
apache:masterfrom
SAY-5:fix-occured-occurred-typo
Closed

Fix 'occured' -> 'occurred' typos in 3 files#9347
SAY-5 wants to merge 1 commit into
apache:masterfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown

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

Trivial spelling fix — occuredoccurred.

One occurrence is user-visible HTML rendered on the 500 error page of the PHP TodoList sample:

  • php/php.samples/samples_src/TodoList/page/500.phtml<p>Internal server error occurred.</p>

The other two are Javadoc:

  • ide/diff/.../DiffProvider.java@return on DiffProvider.diff()
  • harness/nbjunit/.../MultiTestCase.javasetError() javadoc

No functional changes.

- ide/diff/.../DiffProvider.java: @return Javadoc on DiffProvider.diff().
- harness/nbjunit/.../MultiTestCase.java: Javadoc on setError().
- php/php.samples/.../500.phtml: user-visible HTML body text rendered on
  the 500 error page of the PHP TodoList sample ('Internal server error
  occurred.').

No functional changes.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
@mbien mbien added Code cleanup Label for cleanup done on the Netbeans IDE JavaDoc [ci] enable java/javadoc tests and build-javadoc target labels Apr 17, 2026
@mbien
Copy link
Copy Markdown
Member

mbien commented Apr 17, 2026

if you want you could add all occured occurrences occurring in code javadoc/comments across the repo:
https://github.com/search?q=repo%3Aapache%2Fnetbeans+occured&type=code&p=1 (don't change messages for now since those would be more difficult to review since they could break tests in some cases)

and please remove the Signed-off-by tag. You will remain the author of the commit after it is merged. Feel free to force push so that this PR remains one commit.

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

Code cleanup Label for cleanup done on the Netbeans IDE JavaDoc [ci] enable java/javadoc tests and build-javadoc target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants