Skip to content

fix 'occured' -> 'occurred' typos in error messages across C# and Python IPC#3733

Merged
martin-g merged 1 commit intoapache:mainfrom
SAY-5:fix-occured-occurred-typo
Apr 17, 2026
Merged

fix 'occured' -> 'occurred' typos in error messages across C# and Python IPC#3733
martin-g merged 1 commit intoapache:mainfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown
Contributor

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

Trivial spelling fix in three files — occuredoccurred.

All occurrences are in user-visible log or debug messages:

  • lang/csharp/.../HttpListenerServer.csDebug.Print when the HTTP request handler throws.
  • lang/py/.../tether/tether_task_runner.py — two log.error messages from TetherTaskRunner.process_message.
  • lang/py/.../tether/tether_task.py — two log messages from TetherTask.fail.

No functional changes.

- lang/csharp/.../HttpListenerServer.cs: Debug.Print message in the
  HTTP listener when the per-request handler throws.
- lang/py/.../tether/tether_task_runner.py: two log.error messages
  emitted from TetherTaskRunner.process_message when the partition
  message fails to parse or any other exception propagates.
- lang/py/.../tether/tether_task.py: two log messages emitted from
  TetherTask.fail when the task reports failure / fails to send the
  fail message back to the output server.

No functional changes.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
@martin-g martin-g merged commit fc9e4e7 into apache:main Apr 17, 2026
27 checks passed
@martin-g martin-g changed the title AVRO: fix 'occured' -> 'occurred' typos across C# and Python IPC fix 'occured' -> 'occurred' typos in error messages across C# and Python IPC Apr 17, 2026
@martin-g
Copy link
Copy Markdown
Member

Thank you, @SAY-5 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants