Skip to content

fix: correct 'occourd' to 'occurred' typo in error messages - #4

Open
Jah-yee wants to merge 1 commit into
sharenowTech:masterfrom
Jah-yee:fix/occourd-to-occurred-typo
Open

fix: correct 'occourd' to 'occurred' typo in error messages#4
Jah-yee wants to merge 1 commit into
sharenowTech:masterfrom
Jah-yee:fix/occourd-to-occurred-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Aug 2, 2026

Copy link
Copy Markdown

Summary

Fixes 2 user-facing error messages in cmd/server/main.go where 'occourd' was misspelled as 'occurred'.

Changes

  • Line 57: An error occourd while getting pluginsAn error occurred while getting plugins
  • Line 96: An error occourd while clean up agents in worker managerAn error occurred while clean up agents in worker manager

Testing

The fix is a pure string replacement with no functional change. The error messages are logged when operations fail.

Fixes 2 user-facing error messages in cmd/server/main.go:
- Line 57: 'An error occourd while getting plugins' -> 'An error occurred while getting plugins'
- Line 96: 'An error occourd while clean up agents in worker manager' -> 'An error occurred while clean up agents in worker manager'

Both are user-facing error messages logged when operations fail.
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