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
@@ -277,7 +277,7 @@
log_startup_progress("Initialized within [time] second[time == 1 ? "" : "s"]!")
/datum/controller/subsystem/Initialize()
CRASH("Initialize() not overriden for [type]! Make the subsystem Initialize or add SS_NO_INIT to the flags")
CRASH("Initialize() not overridden for [type]! Make the subsystem Initialize or add SS_NO_INIT to the flags")
//hook for printing stats to the "MC" statuspanel for admins to see performance and related stats etc.
/datum/controller/subsystem/stat_entry(msg)