Skip to content

Fix 'occured' -> 'occurred' in user-visible 'parsing error' message#12111

Open
SAY-5 wants to merge 2 commits intoarduino:masterfrom
SAY-5:fix-occured-typo
Open

Fix 'occured' -> 'occurred' in user-visible 'parsing error' message#12111
SAY-5 wants to merge 2 commits intoarduino:masterfrom
SAY-5:fix-occured-typo

Conversation

@SAY-5
Copy link
Copy Markdown

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

Fix 2 instances of occuredoccurred:

  • arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java line 118: The actual error source (System.err.println)
  • arduino-core/src/processing/app/i18n/Resources_en.po lines 2007-2008: English i18n msgstr matches the source

The message 'Skipping contributed index file {0}, parsing error occured:' is user-visible in the Arduino IDE when parsing fails. Only the English source/translation is updated here — other locales regenerate from the source.

String-literal-only change.

SAY-5 added 2 commits April 16, 2026 16:54
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 16, 2026

CLA assistant check
All committers have signed the CLA.

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