forked from StarOpenSource/Engine
Fix typo Notifiying -> Notifying
This commit is contained in:
parent
d06f8a3dc3
commit
b3968d8469
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ public final class Engine extends SubsystemClass {
|
|||
} catch (Exception ignored) {}
|
||||
|
||||
// Send events
|
||||
logger.verb("Notifiying classes about shutdown");
|
||||
logger.verb("Notifying classes about shutdown");
|
||||
new EngineShutdownEvent().callEvent();
|
||||
|
||||
logger.verb("Notifying subsystems about shutdown");
|
||||
|
|
Loading…
Reference in a new issue