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 16:29:29 -05:00
committed by GitHub
parent 933534f191
commit aa034d02cd
35 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#define INIT_PROFILE_NAME "init_profiler.json"
///Subsystem exists so we can seperately log init time costs from the costs of general operation
///Subsystem exists so we can separately log init time costs from the costs of general operation
///Hopefully this makes sorting out what causes problems when easier
SUBSYSTEM_DEF(init_profiler)
name = "Init Profiler"