mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixes lots of common spelling mistakes (#20086)
* Fixes common spelling errors: "atleast", "infront", "succesfully", "alot" * recieve -> receive * spelling mistakes: percieve, wierd, posession, seperate, succesful * Spelling mistakes: noticable, concious, enviroment, existance, foward, interupted, independant * tgui rebuild * lets make this run * "succeded" mispelling * reverting money spam change
This commit is contained in:
@@ -79,7 +79,7 @@ SUBSYSTEM_DEF(redis)
|
||||
continue
|
||||
// Check its an actual channel
|
||||
if(!(channel in subbed_channels))
|
||||
stack_trace("Recieved a message on the channel '[channel]' when we arent subscribed to it. What the heck?")
|
||||
stack_trace("Received a message on the channel '[channel]' when we arent subscribed to it. What the heck?")
|
||||
continue
|
||||
|
||||
var/datum/redis_callback/RCB = subbed_channels[channel]
|
||||
|
||||
Reference in New Issue
Block a user