Skip to content

fix: correct 'occoured' to 'occurred' typo in exception handler - #4

Open
Jah-yee wants to merge 1 commit into
CRED-CLUB:mainfrom
Jah-yee:fix/typo-occurred
Open

fix: correct 'occoured' to 'occurred' typo in exception handler#4
Jah-yee wants to merge 1 commit into
CRED-CLUB:mainfrom
Jah-yee:fix/typo-occurred

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 19, 2026

Copy link
Copy Markdown

Description

Corrects a spelling typo in the exception handler print message: occouredoccurred.

Change

  • File: child/dial.py line 78
  • Before: print(f'[-]Unhandled exception occoured while processing request. error = {q}')
  • After: print(f'[-]Unhandled exception occurred while processing request. error = {q}')

Testing

Minimal one-character typo fix. No logic change.


Generated by Jah-yee (automated typo fix)

@Jah-yee

Jah-yee commented Jul 19, 2026

Copy link
Copy Markdown
Author

Hi! I noticed the typo 'occoured' in the exception handler print message (child/dial.py line 78) and fixed it to 'occurred'. This is a user-facing error message, so the spelling matters. Let me know if you'd like any adjustments!

@Jah-yee

Jah-yee commented Aug 8, 2026

Copy link
Copy Markdown
Author

Friendly ping — any updates? Happy to address feedback.

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.

1 participant