-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes a bunch of spelling mistakes #5555
Conversation
@@ -19,7 +19,7 @@ | |||
* * message - The message received on the redis channel. | |||
*/ | |||
/datum/redis_callback/proc/on_message(message) | |||
CRASH("on_message not overriden for [type]!") | |||
CRASH("on_message not overridden for [type]!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change may be notable if specific errors are being tracked across multiple rounds in some kind of database, if so, I can change this back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine.
Also, the maintenance semiotic is also miss-spelled, being called 'maintenace' instead of the correct name. You could look at that too in the meanwhile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.
About the pull request
Most of the changes here are minor, mostly to comments or descriptions. Here is the full list.
Explain why it's good for the game
Makes it easier to read things
Testing Photographs and Procedure
Screenshots & Videos
Code compiles and runs
Changelog
🆑
spellcheck: Fixed a few uncommon typos across the entire codebase
/:cl: