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:
Henri215
2023-01-08 20:12:31 -05:00
committed by GitHub
parent 87af43bace
commit e711cd5921
47 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -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]