Skip to content

fix: correct 'occured' to 'occurred' typo in HTTP error messages - #69

Open
Jah-yee wants to merge 1 commit into
riking:masterfrom
Jah-yee:fix/typo-occured
Open

fix: correct 'occured' to 'occurred' typo in HTTP error messages#69
Jah-yee wants to merge 1 commit into
riking:masterfrom
Jah-yee:fix/typo-occured

Conversation

@Jah-yee

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

Copy link
Copy Markdown

Summary

Fixes two instances of occuredoccurred in user-facing HTTP error messages in oauth.go.

Changes

  • Line 60: http.Error(w, "An error occured and the bot could not join the server.", ...)An error occurred...
  • Line 72: http.Error(w, "An error occured and the bot may not have joined the server.", ...)An error occurred...

Both are http.Error() responses shown to users when Discord OAuth or banlist checks fail.

Testing

Go syntax verified with go build.

@Jah-yee

Jah-yee commented Jul 31, 2026

Copy link
Copy Markdown
Author

Friendly ping — checking in on this typo fix. Happy to address any feedback! 🙏

@Jah-yee

Jah-yee commented Aug 1, 2026

Copy link
Copy Markdown
Author

Friendly ping — any updates on this PR? Happy to address any 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