Fixed spelling of possession, separate, and cemetery (#63203)

Just fixes some spelling for gangs. I also fixed misspellings for "posession" to "possession". Fixed "seperate " to "Separate" Fixed "Cemetary" to "Cemetery"
This commit is contained in:
Doctor Pope
2021-12-03 13:29:29 -08:00
committed by GitHub
parent 933534f191
commit aa034d02cd
35 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
//Though it could easily be expanded to cover other senders/revievers
//The system as a whole differs from reading off a global list in a few ways.
//In that A, it allows us to send cameras for ais/borgs/potentially others to jump to
//And B, it's not like we're giving you all the alarms that have been sent, because of the seperate listing for each reviever
//And B, it's not like we're giving you all the alarms that have been sent, because of the separate listing for each reviever
//You only recieve alarms sent after you start to listen
//Also of note, due to an optimzation done on areas, one alarm handler will only ever send one "on" or "off" alarm
//So the whole only receving stuff sent post creation thing actually matters