Fixing common spelling mistakes part 2 (#20360)

* Fixing common spelling mistakes part 2

* "supressed"
This commit is contained in:
Henri215
2023-02-08 21:20:35 +01:00
committed by GitHub
parent 718b220c8f
commit 42d1758b2e
26 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -21,7 +21,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]!")
// Misc protections
/datum/redis_callback/vv_edit_var(var_name, var_value)